Html Css Color HEX #1FD9CE Bright Turquoise

📋 copy color: '#1FD9CE'

red 31 ◦ green 217 ◦ blue 206

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

Shades of Bright Turquoise #1FD9CE

Tints of Bright Turquoise #1FD9CE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.8%

 BLUE value IS 206 (80.86% from 255) = 45.37%

R = 6.83%
G = 47.8%
B = 45.37%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#1FD9CE (or 0x1FD9CE) is known color: Bright Turquoise. HEX triplet: 1F, D9 and CE. RGB value is (31,217,206). Sum of RGB (Red+Green+Blue) = 31+217+206=454 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.83% from 454); Green value is 217 (85.16% from 255 or 47.80% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 217 - color contains mainly: green. Hex color #1FD9CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FD9CE is #E02631. Grayscale: #9F9F9F. Windows color (decimal): -14689842 or 13555999. OLE color: 13555999.

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

Color convert

RGB 31 217 206 -
CMYK 0.86 0 0.05 0.15
HSL 176.45º 0.75% 0.49% -
HSV(B) 176.45º 0.86% 0.85% -
XYZ 36.52 54.37 66.96 -
YUV 160.13 153.88 35.89 -
System Red Green Blue C M Y K H S L
Decimal 31 217 206 0.86 0 0.05 0.15 176.45 0.75 0.49
Hex 1F D9 CE 56 0 5 F B0 4B 31
Octal 37 331 316 126 0 5 17 260 113 61
Binary 11111 11011001 11001110 1010110 0 101 1111 10110000 1001011 110001

Color Harmonies of #1FD9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD9CE

Black with #1FD9CE

Text Example


Text Example

White with #1FD9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,217,206); }

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

background-color css

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

 a { background-color: rgb(31,217,206); }

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

border-color css

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

 span { border-color: rgb(31,217,206); }

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