Html Css Color HEX #1EEBEE Bright Turquoise

📋 copy color: '#1EEBEE'

red 30 ◦ green 235 ◦ blue 238

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

Shades of Bright Turquoise #1EEBEE

Tints of Bright Turquoise #1EEBEE

RGB

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

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

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

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

CMYK

 C value IS 0.87

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #1EEBEE: hue angle of 180.87º 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 #1EEBEE is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 30 235 238 -
CMYK 0.87 0.01 0 0.07
HSL 180.87º 0.86% 0.53% -
HSV(B) 180.87º 0.87% 0.93% -
XYZ 45.68 65.87 91.19 -
YUV 174.05 164.08 25.26 -
System Red Green Blue C M Y K H S L
Decimal 30 235 238 0.87 0.01 0 0.07 180.87 0.86 0.53
Hex 1E EB EE 57 1 0 7 B5 56 35
Octal 36 353 356 127 1 0 7 265 126 65
Binary 11110 11101011 11101110 1010111 1 0 111 10110101 1010110 110101

Color Harmonies of #1EEBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EEBEE

Black with #1EEBEE

Text Example


Text Example

White with #1EEBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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