Html Css Color HEX #1EFBEC Bright Turquoise

📋 copy color: '#1EFBEC'

red 30 ◦ green 251 ◦ blue 236

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

Shades of Bright Turquoise #1EFBEC

Tints of Bright Turquoise #1EFBEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.65%

R = 5.8%
G = 48.55%
B = 45.65%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#1EFBEC (or 0x1EFBEC) is known color: Bright Turquoise. HEX triplet: 1E, FB and EC. RGB value is (30,251,236). Sum of RGB (Red+Green+Blue) = 30+251+236=517 (68% of max value = 765). Red value is 30 (12.11% from 255 or 5.80% from 517); Green value is 251 (98.44% from 255 or 48.55% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 251 - color contains mainly: green. Hex color #1EFBEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EFBEC is #E10413. Grayscale: #B7B7B7. Windows color (decimal): -14746644 or 15530782. OLE color: 15530782.

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

Color convert

RGB 30 251 236 -
CMYK 0.88 0 0.06 0.02
HSL 175.93º 0.97% 0.55% -
HSV(B) 175.93º 0.88% 0.98% -
XYZ 50.17 75.33 91.25 -
YUV 183.21 157.78 18.72 -
System Red Green Blue C M Y K H S L
Decimal 30 251 236 0.88 0 0.06 0.02 175.93 0.97 0.55
Hex 1E FB EC 58 0 6 2 B0 61 37
Octal 36 373 354 130 0 6 2 260 141 67
Binary 11110 11111011 11101100 1011000 0 110 10 10110000 1100001 110111

Color Harmonies of #1EFBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EFBEC

Black with #1EFBEC

Text Example


Text Example

White with #1EFBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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