Html Css Color HEX #6CD9D4 Turquoise Blue

📋 copy color: '#6CD9D4'

red 108 ◦ green 217 ◦ blue 212

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

Shades of Turquoise Blue #6CD9D4

Tints of Turquoise Blue #6CD9D4

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.41%

 BLUE value IS 212 (83.2% from 255) = 39.48%

R = 20.11%
G = 40.41%
B = 39.48%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#6CD9D4 (or 0x6CD9D4) is known color: Turquoise Blue. HEX triplet: 6C, D9 and D4. RGB value is (108,217,212). Sum of RGB (Red+Green+Blue) = 108+217+212=537 (71% of max value = 765). Red value is 108 (42.58% from 255 or 20.11% from 537); Green value is 217 (85.16% from 255 or 40.41% from 537); Blue value is 212 (83.20% from 255 or 39.48% from 537); Max value from RGB is 217 - color contains mainly: green. Hex color #6CD9D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CD9D4 is #93262B. Grayscale: #B7B7B7. Windows color (decimal): -9643564 or 13949292. OLE color: 13949292.

HSL color Cylindrical-coordinate representation of color #6CD9D4: hue angle of 177.25º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6CD9D4 is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 108 217 212 -
CMYK 0.50 0 0.02 0.15
HSL 177.25º 0.59% 0.64% -
HSV(B) 177.25º 0.5% 0.85% -
XYZ 42.88 57.57 71.14 -
YUV 183.84 143.89 73.91 -
System Red Green Blue C M Y K H S L
Decimal 108 217 212 0.50 0 0.02 0.15 177.25 0.59 0.64
Hex 6C D9 D4 32 0 2 F B1 3B 40
Octal 154 331 324 62 0 2 17 261 73 100
Binary 1101100 11011001 11010100 110010 0 10 1111 10110001 111011 1000000

Color Harmonies of #6CD9D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CD9D4

Black with #6CD9D4

Text Example


Text Example

White with #6CD9D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,217,212); }

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

background-color css

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

 a { background-color: rgb(108,217,212); }

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

border-color css

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

 span { border-color: rgb(108,217,212); }

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