Html Css Color HEX #6DDEDE Turquoise Blue

📋 copy color: '#6DDEDE'

red 109 ◦ green 222 ◦ blue 222

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

Shades of Turquoise Blue #6DDEDE

Tints of Turquoise Blue #6DDEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.14%

R = 19.71%
G = 40.14%
B = 40.14%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6DDEDE (or 0x6DDEDE) is known color: Turquoise Blue. HEX triplet: 6D, DE and DE. RGB value is (109,222,222). Sum of RGB (Red+Green+Blue) = 109+222+222=553 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.71% from 553); Green value is 222 (87.11% from 255 or 40.14% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #6DDEDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDEDE is #922121. Grayscale: #BCBCBC. Windows color (decimal): -9576738 or 14605933. OLE color: 14605933.

HSL color Cylindrical-coordinate representation of color #6DDEDE: hue angle of 180º 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 #6DDEDE is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 109 222 222 -
CMYK 0.51 0 0 0.13
HSL 180º 0.63% 0.65% -
HSV(B) 180º 0.51% 0.87% -
XYZ 45.61 60.77 78.43 -
YUV 188.21 147.06 71.5 -
System Red Green Blue C M Y K H S L
Decimal 109 222 222 0.51 0 0 0.13 180 0.63 0.65
Hex 6D DE DE 33 0 0 D B4 3F 41
Octal 155 336 336 63 0 0 15 264 77 101
Binary 1101101 11011110 11011110 110011 0 0 1101 10110100 111111 1000001

Color Harmonies of #6DDEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDEDE

Black with #6DDEDE

Text Example


Text Example

White with #6DDEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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