Html Css Color HEX #6CD3DD Turquoise Blue

📋 copy color: '#6CD3DD'

red 108 ◦ green 211 ◦ blue 221

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

Shades of Turquoise Blue #6CD3DD

Tints of Turquoise Blue #6CD3DD

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.07%

 BLUE value IS 221 (86.72% from 255) = 40.93%

R = 20%
G = 39.07%
B = 40.93%

CMYK

 C value IS 0.51

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6CD3DD (or 0x6CD3DD) is known color: Turquoise Blue. HEX triplet: 6C, D3 and DD. RGB value is (108,211,221). Sum of RGB (Red+Green+Blue) = 108+211+221=540 (71% of max value = 765). Red value is 108 (42.58% from 255 or 20% from 540); Green value is 211 (82.81% from 255 or 39.07% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #6CD3DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CD3DD is #932C22. Grayscale: #B5B5B5. Windows color (decimal): -9645091 or 14537580. OLE color: 14537580.

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

Color convert

RGB 108 211 221 -
CMYK 0.51 0.05 0 0.13
HSL 185.31º 0.62% 0.65% -
HSV(B) 185.31º 0.51% 0.87% -
XYZ 42.53 55 76.78 -
YUV 181.34 150.38 75.69 -
System Red Green Blue C M Y K H S L
Decimal 108 211 221 0.51 0.05 0 0.13 185.31 0.62 0.65
Hex 6C D3 DD 33 5 0 D B9 3E 41
Octal 154 323 335 63 5 0 15 271 76 101
Binary 1101100 11010011 11011101 110011 101 0 1101 10111001 111110 1000001

Color Harmonies of #6CD3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CD3DD

Black with #6CD3DD

Text Example


Text Example

White with #6CD3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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