Html Css Color HEX #1EEBCA Bright Turquoise

📋 copy color: '#1EEBCA'

red 30 ◦ green 235 ◦ blue 202

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

Shades of Bright Turquoise #1EEBCA

Tints of Bright Turquoise #1EEBCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.25%

R = 6.42%
G = 50.32%
B = 43.25%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#1EEBCA (or 0x1EEBCA) is known color: Bright Turquoise. HEX triplet: 1E, EB and CA. RGB value is (30,235,202). Sum of RGB (Red+Green+Blue) = 30+235+202=467 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.42% from 467); Green value is 235 (92.19% from 255 or 50.32% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 235 - color contains mainly: green. Hex color #1EEBCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEBCA is #E11435. Grayscale: #A9A9A9. Windows color (decimal): -14750774 or 13298462. OLE color: 13298462.

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

Color convert

RGB 30 235 202 -
CMYK 0.87 0 0.14 0.08
HSL 170.34º 0.84% 0.52% -
HSV(B) 170.34º 0.87% 0.92% -
XYZ 40.9 63.96 66.07 -
YUV 169.94 146.08 28.18 -
System Red Green Blue C M Y K H S L
Decimal 30 235 202 0.87 0 0.14 0.08 170.34 0.84 0.52
Hex 1E EB CA 57 0 E 8 AA 54 34
Octal 36 353 312 127 0 16 10 252 124 64
Binary 11110 11101011 11001010 1010111 0 1110 1000 10101010 1010100 110100

Color Harmonies of #1EEBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EEBCA

Black with #1EEBCA

Text Example


Text Example

White with #1EEBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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