Html Css Color HEX #1FCCDD Dark Turquoise

📋 copy color: '#1FCCDD'

red 31 ◦ green 204 ◦ blue 221

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

Shades of Dark Turquoise #1FCCDD

Tints of Dark Turquoise #1FCCDD

RGB

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

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

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

R = 6.8%
G = 44.74%
B = 48.46%

CMYK

 C value IS 0.86

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1FCCDD (or 0x1FCCDD) is known color: Dark Turquoise. HEX triplet: 1F, CC and DD. RGB value is (31,204,221). Sum of RGB (Red+Green+Blue) = 31+204+221=456 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.80% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #1FCCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCCDD is #E03322. Grayscale: #999999. Windows color (decimal): -14693155 or 14535711. OLE color: 14535711.

HSL color Cylindrical-coordinate representation of color #1FCCDD: hue angle of 185.37º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FCCDD is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 31 204 221 -
CMYK 0.86 0.08 0 0.13
HSL 185.37º 0.75% 0.49% -
HSV(B) 185.37º 0.86% 0.87% -
XYZ 35.21 48.7 75.95 -
YUV 154.21 165.69 40.12 -
System Red Green Blue C M Y K H S L
Decimal 31 204 221 0.86 0.08 0 0.13 185.37 0.75 0.49
Hex 1F CC DD 56 8 0 D B9 4B 31
Octal 37 314 335 126 10 0 15 271 113 61
Binary 11111 11001100 11011101 1010110 1000 0 1101 10111001 1001011 110001

Color Harmonies of #1FCCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCCDD

Black with #1FCCDD

Text Example


Text Example

White with #1FCCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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