Html Css Color HEX #1EEBC0 Bright Turquoise

📋 copy color: '#1EEBC0'

red 30 ◦ green 235 ◦ blue 192

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

Shades of Bright Turquoise #1EEBC0

Tints of Bright Turquoise #1EEBC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.01%

R = 6.56%
G = 51.42%
B = 42.01%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#1EEBC0 (or 0x1EEBC0) is known color: Bright Turquoise. HEX triplet: 1E, EB and C0. RGB value is (30,235,192). Sum of RGB (Red+Green+Blue) = 30+235+192=457 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.56% from 457); Green value is 235 (92.19% from 255 or 51.42% from 457); Blue value is 192 (75.39% from 255 or 42.01% from 457); Max value from RGB is 235 - color contains mainly: green. Hex color #1EEBC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEBC0 is #E1143F. Grayscale: #A8A8A8. Windows color (decimal): -14750784 or 12643102. OLE color: 12643102.

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

Color convert

RGB 30 235 192 -
CMYK 0.87 0 0.18 0.08
HSL 167.41º 0.84% 0.52% -
HSV(B) 167.41º 0.87% 0.92% -
XYZ 39.76 63.5 60.03 -
YUV 168.8 141.08 29 -
System Red Green Blue C M Y K H S L
Decimal 30 235 192 0.87 0 0.18 0.08 167.41 0.84 0.52
Hex 1E EB C0 57 0 12 8 A7 54 34
Octal 36 353 300 127 0 22 10 247 124 64
Binary 11110 11101011 11000000 1010111 0 10010 1000 10100111 1010100 110100

Color Harmonies of #1EEBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EEBC0

Black with #1EEBC0

Text Example


Text Example

White with #1EEBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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