Html Css Color HEX #1EFAF0 Bright Turquoise

📋 copy color: '#1EFAF0'

red 30 ◦ green 250 ◦ blue 240

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

Shades of Bright Turquoise #1EFAF0

Tints of Bright Turquoise #1EFAF0

RGB

 RED value IS 30 (12.11% from 255) = 5.77%

 GREEN value IS 250 (98.05% from 255) = 48.08%

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

R = 5.77%
G = 48.08%
B = 46.15%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#1EFAF0 (or 0x1EFAF0) is known color: Bright Turquoise. HEX triplet: 1E, FA and F0. RGB value is (30,250,240). Sum of RGB (Red+Green+Blue) = 30+250+240=520 (68% of max value = 765). Red value is 30 (12.11% from 255 or 5.77% from 520); Green value is 250 (98.05% from 255 or 48.08% from 520); Blue value is 240 (94.14% from 255 or 46.15% from 520); Max value from RGB is 250 - color contains mainly: green. Hex color #1EFAF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EFAF0 is #E1050F. Grayscale: #B6B6B6. Windows color (decimal): -14746896 or 15792670. OLE color: 15792670.

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

Color convert

RGB 30 250 240 -
CMYK 0.88 0 0.04 0.02
HSL 177.27º 0.96% 0.55% -
HSV(B) 177.27º 0.88% 0.98% -
XYZ 50.45 74.94 94.24 -
YUV 183.08 160.11 18.81 -
System Red Green Blue C M Y K H S L
Decimal 30 250 240 0.88 0 0.04 0.02 177.27 0.96 0.55
Hex 1E FA F0 58 0 4 2 B1 60 37
Octal 36 372 360 130 0 4 2 261 140 67
Binary 11110 11111010 11110000 1011000 0 100 10 10110001 1100000 110111

Color Harmonies of #1EFAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EFAF0

Black with #1EFAF0

Text Example


Text Example

White with #1EFAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,250,240); }

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

background-color css

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

 a { background-color: rgb(30,250,240); }

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

border-color css

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

 span { border-color: rgb(30,250,240); }

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