Html Css Color HEX #1FEFF0 Bright Turquoise

📋 copy color: '#1FEFF0'

red 31 ◦ green 239 ◦ blue 240

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

Shades of Bright Turquoise #1FEFF0

Tints of Bright Turquoise #1FEFF0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.86%

 BLUE value IS 240 (94.14% from 255) = 47.06%

R = 6.08%
G = 46.86%
B = 47.06%

CMYK

 C value IS 0.87

 M value IS 0.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1FEFF0 (or 0x1FEFF0) is known color: Bright Turquoise. HEX triplet: 1F, EF and F0. RGB value is (31,239,240). Sum of RGB (Red+Green+Blue) = 31+239+240=510 (67% of max value = 765). Red value is 31 (12.5% from 255 or 6.08% from 510); Green value is 239 (93.75% from 255 or 46.86% from 510); Blue value is 240 (94.14% from 255 or 47.06% from 510); Max value from RGB is 240 - color contains mainly: blue. Hex color #1FEFF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FEFF0 is #E0100F. Grayscale: #B0B0B0. Windows color (decimal): -14684176 or 15789855. OLE color: 15789855.

HSL color Cylindrical-coordinate representation of color #1FEFF0: hue angle of 180.29º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FEFF0 is Cyan = 0.87, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 31 239 240 -
CMYK 0.87 0.00 0 0.06
HSL 180.29º 0.87% 0.53% -
HSV(B) 180.29º 0.87% 0.94% -
XYZ 47.16 68.32 93.14 -
YUV 176.92 163.59 23.92 -
System Red Green Blue C M Y K H S L
Decimal 31 239 240 0.87 0.00 0 0.06 180.29 0.87 0.53
Hex 1F EF F0 57 0 0 6 B4 57 35
Octal 37 357 360 127 0 0 6 264 127 65
Binary 11111 11101111 11110000 1010111 0 0 110 10110100 1010111 110101

Color Harmonies of #1FEFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FEFF0

Black with #1FEFF0

Text Example


Text Example

White with #1FEFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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