Html Css Color HEX #1EEEEB Bright Turquoise

📋 copy color: '#1EEEEB'

red 30 ◦ green 238 ◦ blue 235

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

Shades of Bright Turquoise #1EEEEB

Tints of Bright Turquoise #1EEEEB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.32%

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

R = 5.96%
G = 47.32%
B = 46.72%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#1EEEEB (or 0x1EEEEB) is known color: Bright Turquoise. HEX triplet: 1E, EE and EB. RGB value is (30,238,235). Sum of RGB (Red+Green+Blue) = 30+238+235=503 (66% of max value = 765). Red value is 30 (12.11% from 255 or 5.96% from 503); Green value is 238 (93.36% from 255 or 47.32% from 503); Blue value is 235 (92.19% from 255 or 46.72% from 503); Max value from RGB is 238 - color contains mainly: green. Hex color #1EEEEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EEEEB is #E11114. Grayscale: #AFAFAF. Windows color (decimal): -14749973 or 15461918. OLE color: 15461918.

HSL color Cylindrical-coordinate representation of color #1EEEEB: hue angle of 179.13º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EEEEB is Cyan = 0.87, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 30 238 235 -
CMYK 0.87 0 0.01 0.07
HSL 179.13º 0.86% 0.53% -
HSV(B) 179.13º 0.87% 0.93% -
XYZ 46.11 67.42 89.18 -
YUV 175.47 161.59 24.24 -
System Red Green Blue C M Y K H S L
Decimal 30 238 235 0.87 0 0.01 0.07 179.13 0.86 0.53
Hex 1E EE EB 57 0 1 7 B3 56 35
Octal 36 356 353 127 0 1 7 263 126 65
Binary 11110 11101110 11101011 1010111 0 1 111 10110011 1010110 110101

Color Harmonies of #1EEEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EEEEB

Black with #1EEEEB

Text Example


Text Example

White with #1EEEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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