Html Css Color HEX #1EEBCE Bright Turquoise

📋 copy color: '#1EEBCE'

red 30 ◦ green 235 ◦ blue 206

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

Shades of Bright Turquoise #1EEBCE

Tints of Bright Turquoise #1EEBCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.74%

R = 6.37%
G = 49.89%
B = 43.74%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#1EEBCE (or 0x1EEBCE) is known color: Bright Turquoise. HEX triplet: 1E, EB and CE. RGB value is (30,235,206). Sum of RGB (Red+Green+Blue) = 30+235+206=471 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.37% from 471); Green value is 235 (92.19% from 255 or 49.89% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 235 - color contains mainly: green. Hex color #1EEBCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEBCE is #E11431. Grayscale: #AAAAAA. Windows color (decimal): -14750770 or 13560606. OLE color: 13560606.

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

Color convert

RGB 30 235 206 -
CMYK 0.87 0 0.12 0.08
HSL 171.51º 0.84% 0.52% -
HSV(B) 171.51º 0.87% 0.92% -
XYZ 41.38 64.15 68.59 -
YUV 170.4 148.08 27.86 -
System Red Green Blue C M Y K H S L
Decimal 30 235 206 0.87 0 0.12 0.08 171.51 0.84 0.52
Hex 1E EB CE 57 0 C 8 AC 54 34
Octal 36 353 316 127 0 14 10 254 124 64
Binary 11110 11101011 11001110 1010111 0 1100 1000 10101100 1010100 110100

Color Harmonies of #1EEBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EEBCE

Black with #1EEBCE

Text Example


Text Example

White with #1EEBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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