Html Css Color HEX #1EEBD3 Bright Turquoise

📋 copy color: '#1EEBD3'

red 30 ◦ green 235 ◦ blue 211

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

Shades of Bright Turquoise #1EEBD3

Tints of Bright Turquoise #1EEBD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 44.33%

R = 6.3%
G = 49.37%
B = 44.33%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#1EEBD3 (or 0x1EEBD3) is known color: Bright Turquoise. HEX triplet: 1E, EB and D3. RGB value is (30,235,211). Sum of RGB (Red+Green+Blue) = 30+235+211=476 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.30% from 476); Green value is 235 (92.19% from 255 or 49.37% from 476); Blue value is 211 (82.81% from 255 or 44.33% from 476); Max value from RGB is 235 - color contains mainly: green. Hex color #1EEBD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEBD3 is #E1142C. Grayscale: #AAAAAA. Windows color (decimal): -14750765 or 13888286. OLE color: 13888286.

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

Color convert

RGB 30 235 211 -
CMYK 0.87 0 0.10 0.08
HSL 172.98º 0.84% 0.52% -
HSV(B) 172.98º 0.87% 0.92% -
XYZ 42 64.4 71.84 -
YUV 170.97 150.58 27.45 -
System Red Green Blue C M Y K H S L
Decimal 30 235 211 0.87 0 0.10 0.08 172.98 0.84 0.52
Hex 1E EB D3 57 0 A 8 AD 54 34
Octal 36 353 323 127 0 12 10 255 124 64
Binary 11110 11101011 11010011 1010111 0 1010 1000 10101101 1010100 110100

Color Harmonies of #1EEBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EEBD3

Black with #1EEBD3

Text Example


Text Example

White with #1EEBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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