Html Css Color HEX #1EEBEB Bright Turquoise

📋 copy color: '#1EEBEB'

red 30 ◦ green 235 ◦ blue 235

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

Shades of Bright Turquoise #1EEBEB

Tints of Bright Turquoise #1EEBEB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47%

 BLUE value IS 235 (92.19% from 255) = 47%

R = 6%
G = 47%
B = 47%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1EEBEB (or 0x1EEBEB) is known color: Bright Turquoise. HEX triplet: 1E, EB and EB. RGB value is (30,235,235). Sum of RGB (Red+Green+Blue) = 30+235+235=500 (66% of max value = 765). Red value is 30 (12.11% from 255 or 6% from 500); Green value is 235 (92.19% from 255 or 47% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #1EEBEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EEBEB is #E11414. Grayscale: #ADADAD. Windows color (decimal): -14750741 or 15461150. OLE color: 15461150.

HSL color Cylindrical-coordinate representation of color #1EEBEB: hue angle of 180º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EEBEB is Cyan = 0.87, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 30 235 235 -
CMYK 0.87 0 0 0.08
HSL 180º 0.84% 0.52% -
HSV(B) 180º 0.87% 0.92% -
XYZ 45.24 65.69 88.89 -
YUV 173.71 162.58 25.5 -
System Red Green Blue C M Y K H S L
Decimal 30 235 235 0.87 0 0 0.08 180 0.84 0.52
Hex 1E EB EB 57 0 0 8 B4 54 34
Octal 36 353 353 127 0 0 10 264 124 64
Binary 11110 11101011 11101011 1010111 0 0 1000 10110100 1010100 110100

Color Harmonies of #1EEBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EEBEB

Black with #1EEBEB

Text Example


Text Example

White with #1EEBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,235,235); }

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

background-color css

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

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

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

border-color css

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

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

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