Html Css Color HEX #1EFBE7 Bright Turquoise

📋 copy color: '#1EFBE7'

red 30 ◦ green 251 ◦ blue 231

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

Shades of Bright Turquoise #1EFBE7

Tints of Bright Turquoise #1EFBE7

RGB

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

 GREEN value IS 251 (98.44% from 255) = 49.02%

 BLUE value IS 231 (90.63% from 255) = 45.12%

R = 5.86%
G = 49.02%
B = 45.12%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#1EFBE7 (or 0x1EFBE7) is known color: Bright Turquoise. HEX triplet: 1E, FB and E7. RGB value is (30,251,231). Sum of RGB (Red+Green+Blue) = 30+251+231=512 (67% of max value = 765). Red value is 30 (12.11% from 255 or 5.86% from 512); Green value is 251 (98.44% from 255 or 49.02% from 512); Blue value is 231 (90.62% from 255 or 45.12% from 512); Max value from RGB is 251 - color contains mainly: green. Hex color #1EFBE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EFBE7 is #E10418. Grayscale: #B6B6B6. Windows color (decimal): -14746649 or 15203102. OLE color: 15203102.

HSL color Cylindrical-coordinate representation of color #1EFBE7: hue angle of 174.57º degrees, saturation: 0.97, 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 #1EFBE7 is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 30 251 231 -
CMYK 0.88 0 0.08 0.02
HSL 174.57º 0.97% 0.55% -
HSV(B) 174.57º 0.88% 0.98% -
XYZ 49.46 75.04 87.48 -
YUV 182.64 155.28 19.13 -
System Red Green Blue C M Y K H S L
Decimal 30 251 231 0.88 0 0.08 0.02 174.57 0.97 0.55
Hex 1E FB E7 58 0 8 2 AF 61 37
Octal 36 373 347 130 0 10 2 257 141 67
Binary 11110 11111011 11100111 1011000 0 1000 10 10101111 1100001 110111

Color Harmonies of #1EFBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EFBE7

Black with #1EFBE7

Text Example


Text Example

White with #1EFBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,251,231); }

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

background-color css

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

 a { background-color: rgb(30,251,231); }

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

border-color css

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

 span { border-color: rgb(30,251,231); }

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