Html Css Color HEX #1FCCD3 Dark Turquoise

📋 copy color: '#1FCCD3'

red 31 ◦ green 204 ◦ blue 211

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

Shades of Dark Turquoise #1FCCD3

Tints of Dark Turquoise #1FCCD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 47.31%

R = 6.95%
G = 45.74%
B = 47.31%

CMYK

 C value IS 0.85

 M value IS 0.03

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#1FCCD3 (or 0x1FCCD3) is known color: Dark Turquoise. HEX triplet: 1F, CC and D3. RGB value is (31,204,211). Sum of RGB (Red+Green+Blue) = 31+204+211=446 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.95% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 211 (82.81% from 255 or 47.31% from 446); Max value from RGB is 211 - color contains mainly: blue. Hex color #1FCCD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCCD3 is #E0332C. Grayscale: #989898. Windows color (decimal): -14693165 or 13880351. OLE color: 13880351.

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

Color convert

RGB 31 204 211 -
CMYK 0.85 0.03 0 0.17
HSL 182.33º 0.74% 0.47% -
HSV(B) 182.33º 0.85% 0.83% -
XYZ 33.92 48.18 69.14 -
YUV 153.07 160.69 40.93 -
System Red Green Blue C M Y K H S L
Decimal 31 204 211 0.85 0.03 0 0.17 182.33 0.74 0.47
Hex 1F CC D3 55 3 0 11 B6 4A 2F
Octal 37 314 323 125 3 0 21 266 112 57
Binary 11111 11001100 11010011 1010101 11 0 10001 10110110 1001010 101111

Color Harmonies of #1FCCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCCD3

Black with #1FCCD3

Text Example


Text Example

White with #1FCCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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