Html Css Color HEX #1FF5EF Bright Turquoise

📋 copy color: '#1FF5EF'

red 31 ◦ green 245 ◦ blue 239

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

Shades of Bright Turquoise #1FF5EF

Tints of Bright Turquoise #1FF5EF

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.57%

 BLUE value IS 239 (93.75% from 255) = 46.41%

R = 6.02%
G = 47.57%
B = 46.41%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#1FF5EF (or 0x1FF5EF) is known color: Bright Turquoise. HEX triplet: 1F, F5 and EF. RGB value is (31,245,239). Sum of RGB (Red+Green+Blue) = 31+245+239=515 (68% of max value = 765). Red value is 31 (12.5% from 255 or 6.02% from 515); Green value is 245 (96.09% from 255 or 47.57% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 245 - color contains mainly: green. Hex color #1FF5EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FF5EF is #E00A10. Grayscale: #B4B4B4. Windows color (decimal): -14682641 or 15725855. OLE color: 15725855.

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

Color convert

RGB 31 245 239 -
CMYK 0.87 0 0.02 0.04
HSL 178.32º 0.91% 0.54% -
HSV(B) 178.32º 0.87% 0.96% -
XYZ 48.8 71.83 92.95 -
YUV 180.33 161.1 21.49 -
System Red Green Blue C M Y K H S L
Decimal 31 245 239 0.87 0 0.02 0.04 178.32 0.91 0.54
Hex 1F F5 EF 57 0 2 4 B2 5B 36
Octal 37 365 357 127 0 2 4 262 133 66
Binary 11111 11110101 11101111 1010111 0 10 100 10110010 1011011 110110

Color Harmonies of #1FF5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FF5EF

Black with #1FF5EF

Text Example


Text Example

White with #1FF5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,245,239); }

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

background-color css

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

 a { background-color: rgb(31,245,239); }

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

border-color css

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

 span { border-color: rgb(31,245,239); }

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