Html Css Color HEX #1FE1DD Bright Turquoise

📋 copy color: '#1FE1DD'

red 31 ◦ green 225 ◦ blue 221

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

Shades of Bright Turquoise #1FE1DD

Tints of Bright Turquoise #1FE1DD

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.17%

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

R = 6.5%
G = 47.17%
B = 46.33%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#1FE1DD (or 0x1FE1DD) is known color: Bright Turquoise. HEX triplet: 1F, E1 and DD. RGB value is (31,225,221). Sum of RGB (Red+Green+Blue) = 31+225+221=477 (63% of max value = 765). Red value is 31 (12.5% from 255 or 6.50% from 477); Green value is 225 (88.28% from 255 or 47.17% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 225 - color contains mainly: green. Hex color #1FE1DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FE1DD is #E01E22. Grayscale: #A6A6A6. Windows color (decimal): -14687779 or 14541087. OLE color: 14541087.

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

Color convert

RGB 31 225 221 -
CMYK 0.86 0 0.02 0.12
HSL 178.76º 0.76% 0.5% -
HSV(B) 178.76º 0.86% 0.88% -
XYZ 40.54 59.36 77.73 -
YUV 166.54 158.73 31.33 -
System Red Green Blue C M Y K H S L
Decimal 31 225 221 0.86 0 0.02 0.12 178.76 0.76 0.5
Hex 1F E1 DD 56 0 2 C B3 4C 32
Octal 37 341 335 126 0 2 14 263 114 62
Binary 11111 11100001 11011101 1010110 0 10 1100 10110011 1001100 110010

Color Harmonies of #1FE1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FE1DD

Black with #1FE1DD

Text Example


Text Example

White with #1FE1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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