Html Css Color HEX #1FE4DF Bright Turquoise

📋 copy color: '#1FE4DF'

red 31 ◦ green 228 ◦ blue 223

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

Shades of Bright Turquoise #1FE4DF

Tints of Bright Turquoise #1FE4DF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.3%

 BLUE value IS 223 (87.5% from 255) = 46.27%

R = 6.43%
G = 47.3%
B = 46.27%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#1FE4DF (or 0x1FE4DF) is known color: Bright Turquoise. HEX triplet: 1F, E4 and DF. RGB value is (31,228,223). Sum of RGB (Red+Green+Blue) = 31+228+223=482 (63% of max value = 765). Red value is 31 (12.5% from 255 or 6.43% from 482); Green value is 228 (89.45% from 255 or 47.30% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 228 - color contains mainly: green. Hex color #1FE4DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FE4DF is #E01B20. Grayscale: #A8A8A8. Windows color (decimal): -14687009 or 14672927. OLE color: 14672927.

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

Color convert

RGB 31 228 223 -
CMYK 0.86 0 0.02 0.11
HSL 178.48º 0.78% 0.51% -
HSV(B) 178.48º 0.86% 0.89% -
XYZ 41.63 61.11 79.41 -
YUV 168.53 158.73 29.91 -
System Red Green Blue C M Y K H S L
Decimal 31 228 223 0.86 0 0.02 0.11 178.48 0.78 0.51
Hex 1F E4 DF 56 0 2 B B2 4E 33
Octal 37 344 337 126 0 2 13 262 116 63
Binary 11111 11100100 11011111 1010110 0 10 1011 10110010 1001110 110011

Color Harmonies of #1FE4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FE4DF

Black with #1FE4DF

Text Example


Text Example

White with #1FE4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,228,223); }

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

background-color css

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

 a { background-color: rgb(31,228,223); }

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

border-color css

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

 span { border-color: rgb(31,228,223); }

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