Html Css Color HEX #1EEBDC Bright Turquoise

📋 copy color: '#1EEBDC'

red 30 ◦ green 235 ◦ blue 220

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

Shades of Bright Turquoise #1EEBDC

Tints of Bright Turquoise #1EEBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.36%

R = 6.19%
G = 48.45%
B = 45.36%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#1EEBDC (or 0x1EEBDC) is known color: Bright Turquoise. HEX triplet: 1E, EB and DC. RGB value is (30,235,220). Sum of RGB (Red+Green+Blue) = 30+235+220=485 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.19% from 485); Green value is 235 (92.19% from 255 or 48.45% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 235 - color contains mainly: green. Hex color #1EEBDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEBDC is #E11423. Grayscale: #ABABAB. Windows color (decimal): -14750756 or 14478110. OLE color: 14478110.

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

Color convert

RGB 30 235 220 -
CMYK 0.87 0 0.06 0.08
HSL 175.61º 0.84% 0.52% -
HSV(B) 175.61º 0.87% 0.92% -
XYZ 43.16 64.86 77.95 -
YUV 172 155.08 26.72 -
System Red Green Blue C M Y K H S L
Decimal 30 235 220 0.87 0 0.06 0.08 175.61 0.84 0.52
Hex 1E EB DC 57 0 6 8 B0 54 34
Octal 36 353 334 127 0 6 10 260 124 64
Binary 11110 11101011 11011100 1010111 0 110 1000 10110000 1010100 110100

Color Harmonies of #1EEBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EEBDC

Black with #1EEBDC

Text Example


Text Example

White with #1EEBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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