Html Css Color HEX #1FE3DD Bright Turquoise

📋 copy color: '#1FE3DD'

red 31 ◦ green 227 ◦ blue 221

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

Shades of Bright Turquoise #1FE3DD

Tints of Bright Turquoise #1FE3DD

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.39%

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

R = 6.47%
G = 47.39%
B = 46.14%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#1FE3DD (or 0x1FE3DD) is known color: Bright Turquoise. HEX triplet: 1F, E3 and DD. RGB value is (31,227,221). Sum of RGB (Red+Green+Blue) = 31+227+221=479 (63% of max value = 765). Red value is 31 (12.5% from 255 or 6.47% from 479); Green value is 227 (89.06% from 255 or 47.39% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 227 - color contains mainly: green. Hex color #1FE3DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FE3DD is #E01C22. Grayscale: #A7A7A7. Windows color (decimal): -14687267 or 14541599. OLE color: 14541599.

HSL color Cylindrical-coordinate representation of color #1FE3DD: hue angle of 178.16º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE3DD is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 31 227 221 -
CMYK 0.86 0 0.03 0.11
HSL 178.16º 0.78% 0.51% -
HSV(B) 178.16º 0.86% 0.89% -
XYZ 41.09 60.45 77.91 -
YUV 167.71 158.07 30.49 -
System Red Green Blue C M Y K H S L
Decimal 31 227 221 0.86 0 0.03 0.11 178.16 0.78 0.51
Hex 1F E3 DD 56 0 3 B B2 4E 33
Octal 37 343 335 126 0 3 13 262 116 63
Binary 11111 11100011 11011101 1010110 0 11 1011 10110010 1001110 110011

Color Harmonies of #1FE3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FE3DD

Black with #1FE3DD

Text Example


Text Example

White with #1FE3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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