Html Css Color HEX #6DDEDA Turquoise Blue

📋 copy color: '#6DDEDA'

red 109 ◦ green 222 ◦ blue 218

#6DDEDA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #6DDEDA

Tints of Turquoise Blue #6DDEDA

RGB

 RED value IS 109 (42.97% from 255) = 19.85%

 GREEN value IS 222 (87.11% from 255) = 40.44%

 BLUE value IS 218 (85.55% from 255) = 39.71%

R = 19.85%
G = 40.44%
B = 39.71%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6DDEDA (or 0x6DDEDA) is known color: Turquoise Blue. HEX triplet: 6D, DE and DA. RGB value is (109,222,218). Sum of RGB (Red+Green+Blue) = 109+222+218=549 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.85% from 549); Green value is 222 (87.11% from 255 or 40.44% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 222 - color contains mainly: green. Hex color #6DDEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDEDA is #922125. Grayscale: #BBBBBB. Windows color (decimal): -9576742 or 14343789. OLE color: 14343789.

HSL color Cylindrical-coordinate representation of color #6DDEDA: hue angle of 177.88º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DDEDA is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 109 222 218 -
CMYK 0.51 0 0.02 0.13
HSL 177.88º 0.63% 0.65% -
HSV(B) 177.88º 0.51% 0.87% -
XYZ 45.08 60.56 75.64 -
YUV 187.76 145.06 71.83 -
System Red Green Blue C M Y K H S L
Decimal 109 222 218 0.51 0 0.02 0.13 177.88 0.63 0.65
Hex 6D DE DA 33 0 2 D B2 3F 41
Octal 155 336 332 63 0 2 15 262 77 101
Binary 1101101 11011110 11011010 110011 0 10 1101 10110010 111111 1000001

Color Harmonies of #6DDEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDEDA

Black with #6DDEDA

Text Example


Text Example

White with #6DDEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6DDEDA; }

 p { color: rgb(109,222,218); }

 H1.HeaderClassName
 {
   color: #6DDEDA;
 }
 .AnyTagClassName
 {
   color: #6DDEDA;
 }
</style>

background-color css

<style>
 a { background-color: #6DDEDA; }

 a { background-color: rgb(109,222,218); }

 div.DivClassName
 {
   background-color: #6DDEDA;
 }
 .BgClassName
 {
   background-color: #6DDEDA;
 }
</style>

border-color css

<style>
 span { border-color: #6DDEDA; }

 span { border-color: rgb(109,222,218); }

 td.TdClassName
 {
   border-color: #6DDEDA;
 }
 .TagClassName
 {
   border-color: #6DDEDA;
 }
</style>