Html Css Color HEX #1FE9E4 Bright Turquoise

📋 copy color: '#1FE9E4'

red 31 ◦ green 233 ◦ blue 228

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

Shades of Bright Turquoise #1FE9E4

Tints of Bright Turquoise #1FE9E4

RGB

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

 GREEN value IS 233 (91.41% from 255) = 47.36%

 BLUE value IS 228 (89.45% from 255) = 46.34%

R = 6.3%
G = 47.36%
B = 46.34%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#1FE9E4 (or 0x1FE9E4) is known color: Bright Turquoise. HEX triplet: 1F, E9 and E4. RGB value is (31,233,228). Sum of RGB (Red+Green+Blue) = 31+233+228=492 (65% of max value = 765). Red value is 31 (12.5% from 255 or 6.30% from 492); Green value is 233 (91.41% from 255 or 47.36% from 492); Blue value is 228 (89.45% from 255 or 46.34% from 492); Max value from RGB is 233 - color contains mainly: green. Hex color #1FE9E4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FE9E4 is #E0161B. Grayscale: #ABABAB. Windows color (decimal): -14685724 or 15001887. OLE color: 15001887.

HSL color Cylindrical-coordinate representation of color #1FE9E4: hue angle of 178.51º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FE9E4 is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB 31 233 228 -
CMYK 0.87 0 0.02 0.09
HSL 178.51º 0.82% 0.52% -
HSV(B) 178.51º 0.87% 0.91% -
XYZ 43.71 64.17 83.48 -
YUV 172.03 159.58 27.41 -
System Red Green Blue C M Y K H S L
Decimal 31 233 228 0.87 0 0.02 0.09 178.51 0.82 0.52
Hex 1F E9 E4 57 0 2 9 B3 52 34
Octal 37 351 344 127 0 2 11 263 122 64
Binary 11111 11101001 11100100 1010111 0 10 1001 10110011 1010010 110100

Color Harmonies of #1FE9E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FE9E4

Black with #1FE9E4

Text Example


Text Example

White with #1FE9E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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