Html Css Color HEX #6CDDD8 Turquoise Blue

📋 copy color: '#6CDDD8'

red 108 ◦ green 221 ◦ blue 216

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

Shades of Turquoise Blue #6CDDD8

Tints of Turquoise Blue #6CDDD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.63%

R = 19.82%
G = 40.55%
B = 39.63%

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

#6CDDD8 (or 0x6CDDD8) is known color: Turquoise Blue. HEX triplet: 6C, DD and D8. RGB value is (108,221,216). Sum of RGB (Red+Green+Blue) = 108+221+216=545 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.82% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 216 (84.77% from 255 or 39.63% from 545); Max value from RGB is 221 - color contains mainly: green. Hex color #6CDDD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDDD8 is #932227. Grayscale: #BABABA. Windows color (decimal): -9642536 or 14212460. OLE color: 14212460.

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

Color convert

RGB 108 221 216 -
CMYK 0.51 0 0.02 0.13
HSL 177.35º 0.62% 0.65% -
HSV(B) 177.35º 0.51% 0.87% -
XYZ 44.44 59.86 74.18 -
YUV 186.64 144.56 71.91 -
System Red Green Blue C M Y K H S L
Decimal 108 221 216 0.51 0 0.02 0.13 177.35 0.62 0.65
Hex 6C DD D8 33 0 2 D B1 3E 41
Octal 154 335 330 63 0 2 15 261 76 101
Binary 1101100 11011101 11011000 110011 0 10 1101 10110001 111110 1000001

Color Harmonies of #6CDDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDDD8

Black with #6CDDD8

Text Example


Text Example

White with #6CDDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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