Html Css Color HEX #1FCCD6 Dark Turquoise

📋 copy color: '#1FCCD6'

red 31 ◦ green 204 ◦ blue 214

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

Shades of Dark Turquoise #1FCCD6

Tints of Dark Turquoise #1FCCD6

RGB

 RED value IS 31 (12.5% from 255) = 6.9%

 GREEN value IS 204 (80.08% from 255) = 45.43%

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

R = 6.9%
G = 45.43%
B = 47.66%

CMYK

 C value IS 0.86

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1FCCD6 (or 0x1FCCD6) is known color: Dark Turquoise. HEX triplet: 1F, CC and D6. RGB value is (31,204,214). Sum of RGB (Red+Green+Blue) = 31+204+214=449 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.90% from 449); Green value is 204 (80.08% from 255 or 45.43% from 449); Blue value is 214 (83.98% from 255 or 47.66% from 449); Max value from RGB is 214 - color contains mainly: blue. Hex color #1FCCD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCCD6 is #E03329. Grayscale: #999999. Windows color (decimal): -14693162 or 14076959. OLE color: 14076959.

HSL color Cylindrical-coordinate representation of color #1FCCD6: hue angle of 183.28º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FCCD6 is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 31 204 214 -
CMYK 0.86 0.05 0 0.16
HSL 183.28º 0.75% 0.48% -
HSV(B) 183.28º 0.86% 0.84% -
XYZ 34.3 48.33 71.14 -
YUV 153.41 162.19 40.69 -
System Red Green Blue C M Y K H S L
Decimal 31 204 214 0.86 0.05 0 0.16 183.28 0.75 0.48
Hex 1F CC D6 56 5 0 10 B7 4B 30
Octal 37 314 326 126 5 0 20 267 113 60
Binary 11111 11001100 11010110 1010110 101 0 10000 10110111 1001011 110000

Color Harmonies of #1FCCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCCD6

Black with #1FCCD6

Text Example


Text Example

White with #1FCCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1FCCD6; }

 p { color: rgb(31,204,214); }

 H1.HeaderClassName
 {
   color: #1FCCD6;
 }
 .AnyTagClassName
 {
   color: #1FCCD6;
 }
</style>

background-color css

<style>
 a { background-color: #1FCCD6; }

 a { background-color: rgb(31,204,214); }

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

border-color css

<style>
 span { border-color: #1FCCD6; }

 span { border-color: rgb(31,204,214); }

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