Html Css Color HEX #1FE0DD Bright Turquoise

📋 copy color: '#1FE0DD'

red 31 ◦ green 224 ◦ blue 221

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

Shades of Bright Turquoise #1FE0DD

Tints of Bright Turquoise #1FE0DD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.06%

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

R = 6.51%
G = 47.06%
B = 46.43%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#1FE0DD (or 0x1FE0DD) is known color: Bright Turquoise. HEX triplet: 1F, E0 and DD. RGB value is (31,224,221). Sum of RGB (Red+Green+Blue) = 31+224+221=476 (63% of max value = 765). Red value is 31 (12.5% from 255 or 6.51% from 476); Green value is 224 (87.89% from 255 or 47.06% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 224 - color contains mainly: green. Hex color #1FE0DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FE0DD is #E01F22. Grayscale: #A5A5A5. Windows color (decimal): -14688035 or 14540831. OLE color: 14540831.

HSL color Cylindrical-coordinate representation of color #1FE0DD: hue angle of 179.07º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE0DD is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 31 224 221 -
CMYK 0.86 0 0.01 0.12
HSL 179.07º 0.76% 0.5% -
HSV(B) 179.07º 0.86% 0.88% -
XYZ 40.27 58.82 77.64 -
YUV 165.95 159.06 31.74 -
System Red Green Blue C M Y K H S L
Decimal 31 224 221 0.86 0 0.01 0.12 179.07 0.76 0.5
Hex 1F E0 DD 56 0 1 C B3 4C 32
Octal 37 340 335 126 0 1 14 263 114 62
Binary 11111 11100000 11011101 1010110 0 1 1100 10110011 1001100 110010

Color Harmonies of #1FE0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FE0DD

Black with #1FE0DD

Text Example


Text Example

White with #1FE0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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