Html Css Color HEX #1EEBBC Turquoise

📋 copy color: '#1EEBBC'

red 30 ◦ green 235 ◦ blue 188

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

Shades of Turquoise #1EEBBC

Tints of Turquoise #1EEBBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.5%

R = 6.62%
G = 51.88%
B = 41.5%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.2

 K value IS 0.08

RGB Variations

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

Color information

#1EEBBC (or 0x1EEBBC) is known color: Turquoise. HEX triplet: 1E, EB and BC. RGB value is (30,235,188). Sum of RGB (Red+Green+Blue) = 30+235+188=453 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.62% from 453); Green value is 235 (92.19% from 255 or 51.88% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 235 - color contains mainly: green. Hex color #1EEBBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEBBC is #E11443. Grayscale: #A8A8A8. Windows color (decimal): -14750788 or 12380958. OLE color: 12380958.

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

Color convert

RGB 30 235 188 -
CMYK 0.87 0 0.2 0.08
HSL 166.24º 0.84% 0.52% -
HSV(B) 166.24º 0.87% 0.92% -
XYZ 39.32 63.32 57.73 -
YUV 168.35 139.08 29.32 -
System Red Green Blue C M Y K H S L
Decimal 30 235 188 0.87 0 0.2 0.08 166.24 0.84 0.52
Hex 1E EB BC 57 0 14 8 A6 54 34
Octal 36 353 274 127 0 24 10 246 124 64
Binary 11110 11101011 10111100 1010111 0 10100 1000 10100110 1010100 110100

Color Harmonies of #1EEBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EEBBC

Black with #1EEBBC

Text Example


Text Example

White with #1EEBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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