Html Css Color HEX #1FCCD0 Dark Turquoise

📋 copy color: '#1FCCD0'

red 31 ◦ green 204 ◦ blue 208

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

Shades of Dark Turquoise #1FCCD0

Tints of Dark Turquoise #1FCCD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.95%

R = 7%
G = 46.05%
B = 46.95%

CMYK

 C value IS 0.85

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1FCCD0 (or 0x1FCCD0) is known color: Dark Turquoise. HEX triplet: 1F, CC and D0. RGB value is (31,204,208). Sum of RGB (Red+Green+Blue) = 31+204+208=443 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.00% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 208 (81.64% from 255 or 46.95% from 443); Max value from RGB is 208 - color contains mainly: blue. Hex color #1FCCD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCCD0 is #E0332F. Grayscale: #989898. Windows color (decimal): -14693168 or 13683743. OLE color: 13683743.

HSL color Cylindrical-coordinate representation of color #1FCCD0: hue angle of 181.36º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCCD0 is Cyan = 0.85, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 31 204 208 -
CMYK 0.85 0.02 0 0.18
HSL 181.36º 0.74% 0.47% -
HSV(B) 181.36º 0.85% 0.82% -
XYZ 33.54 48.03 67.18 -
YUV 152.73 159.19 41.17 -
System Red Green Blue C M Y K H S L
Decimal 31 204 208 0.85 0.02 0 0.18 181.36 0.74 0.47
Hex 1F CC D0 55 2 0 12 B5 4A 2F
Octal 37 314 320 125 2 0 22 265 112 57
Binary 11111 11001100 11010000 1010101 10 0 10010 10110101 1001010 101111

Color Harmonies of #1FCCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCCD0

Black with #1FCCD0

Text Example


Text Example

White with #1FCCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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