Html Css Color HEX #1FCCDB Dark Turquoise

📋 copy color: '#1FCCDB'

red 31 ◦ green 204 ◦ blue 219

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

Shades of Dark Turquoise #1FCCDB

Tints of Dark Turquoise #1FCCDB

RGB

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

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

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

R = 6.83%
G = 44.93%
B = 48.24%

CMYK

 C value IS 0.86

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1FCCDB (or 0x1FCCDB) is known color: Dark Turquoise. HEX triplet: 1F, CC and DB. RGB value is (31,204,219). Sum of RGB (Red+Green+Blue) = 31+204+219=454 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.83% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #1FCCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCCDB is #E03324. Grayscale: #999999. Windows color (decimal): -14693157 or 14404639. OLE color: 14404639.

HSL color Cylindrical-coordinate representation of color #1FCCDB: hue angle of 184.79º 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 #1FCCDB is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 31 204 219 -
CMYK 0.86 0.07 0 0.14
HSL 184.79º 0.75% 0.49% -
HSV(B) 184.79º 0.86% 0.86% -
XYZ 34.94 48.59 74.56 -
YUV 153.98 164.69 40.28 -
System Red Green Blue C M Y K H S L
Decimal 31 204 219 0.86 0.07 0 0.14 184.79 0.75 0.49
Hex 1F CC DB 56 7 0 E B9 4B 31
Octal 37 314 333 126 7 0 16 271 113 61
Binary 11111 11001100 11011011 1010110 111 0 1110 10111001 1001011 110001

Color Harmonies of #1FCCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCCDB

Black with #1FCCDB

Text Example


Text Example

White with #1FCCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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