Html Css Color HEX #6CDDD6 Turquoise Blue

📋 copy color: '#6CDDD6'

red 108 ◦ green 221 ◦ blue 214

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

Shades of Turquoise Blue #6CDDD6

Tints of Turquoise Blue #6CDDD6

RGB

 RED value IS 108 (42.58% from 255) = 19.89%

 GREEN value IS 221 (86.72% from 255) = 40.7%

 BLUE value IS 214 (83.98% from 255) = 39.41%

R = 19.89%
G = 40.7%
B = 39.41%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#6CDDD6 (or 0x6CDDD6) is known color: Turquoise Blue. HEX triplet: 6C, DD and D6. RGB value is (108,221,214). Sum of RGB (Red+Green+Blue) = 108+221+214=543 (71% of max value = 765). Red value is 108 (42.58% from 255 or 19.89% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 214 (83.98% from 255 or 39.41% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #6CDDD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDDD6 is #932229. Grayscale: #BABABA. Windows color (decimal): -9642538 or 14081388. OLE color: 14081388.

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

Color convert

RGB 108 221 214 -
CMYK 0.51 0 0.03 0.13
HSL 176.28º 0.62% 0.65% -
HSV(B) 176.28º 0.51% 0.87% -
XYZ 44.18 59.76 72.82 -
YUV 186.42 143.56 72.07 -
System Red Green Blue C M Y K H S L
Decimal 108 221 214 0.51 0 0.03 0.13 176.28 0.62 0.65
Hex 6C DD D6 33 0 3 D B0 3E 41
Octal 154 335 326 63 0 3 15 260 76 101
Binary 1101100 11011101 11010110 110011 0 11 1101 10110000 111110 1000001

Color Harmonies of #6CDDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDDD6

Black with #6CDDD6

Text Example


Text Example

White with #6CDDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,221,214); }

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

background-color css

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

 a { background-color: rgb(108,221,214); }

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

border-color css

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

 span { border-color: rgb(108,221,214); }

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