Html Css Color HEX #1FC9DB Dark Turquoise

📋 copy color: '#1FC9DB'

red 31 ◦ green 201 ◦ blue 219

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

Shades of Dark Turquoise #1FC9DB

Tints of Dark Turquoise #1FC9DB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.57%

 BLUE value IS 219 (85.94% from 255) = 48.56%

R = 6.87%
G = 44.57%
B = 48.56%

CMYK

 C value IS 0.86

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1FC9DB (or 0x1FC9DB) is known color: Dark Turquoise. HEX triplet: 1F, C9 and DB. RGB value is (31,201,219). Sum of RGB (Red+Green+Blue) = 31+201+219=451 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.87% from 451); Green value is 201 (78.91% from 255 or 44.57% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #1FC9DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FC9DB is #E03624. Grayscale: #979797. Windows color (decimal): -14693925 or 14403871. OLE color: 14403871.

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

Color convert

RGB 31 201 219 -
CMYK 0.86 0.08 0 0.14
HSL 185.74º 0.75% 0.49% -
HSV(B) 185.74º 0.86% 0.86% -
XYZ 34.24 47.18 74.32 -
YUV 152.22 165.68 41.54 -
System Red Green Blue C M Y K H S L
Decimal 31 201 219 0.86 0.08 0 0.14 185.74 0.75 0.49
Hex 1F C9 DB 56 8 0 E BA 4B 31
Octal 37 311 333 126 10 0 16 272 113 61
Binary 11111 11001001 11011011 1010110 1000 0 1110 10111010 1001011 110001

Color Harmonies of #1FC9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC9DB

Black with #1FC9DB

Text Example


Text Example

White with #1FC9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,201,219); }

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

background-color css

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

 a { background-color: rgb(31,201,219); }

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

border-color css

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

 span { border-color: rgb(31,201,219); }

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