Html Css Color HEX #1EEEBD Turquoise

📋 copy color: '#1EEEBD'

red 30 ◦ green 238 ◦ blue 189

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

Shades of Turquoise #1EEEBD

Tints of Turquoise #1EEEBD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 52.08%

 BLUE value IS 189 (74.22% from 255) = 41.36%

R = 6.56%
G = 52.08%
B = 41.36%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#1EEEBD (or 0x1EEEBD) is known color: Turquoise. HEX triplet: 1E, EE and BD. RGB value is (30,238,189). Sum of RGB (Red+Green+Blue) = 30+238+189=457 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.56% from 457); Green value is 238 (93.36% from 255 or 52.08% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 238 - color contains mainly: green. Hex color #1EEEBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEEBD is #E11142. Grayscale: #AAAAAA. Windows color (decimal): -14750019 or 12447262. OLE color: 12447262.

HSL color Cylindrical-coordinate representation of color #1EEEBD: hue angle of 165.87º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EEEBD is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 30 238 189 -
CMYK 0.87 0 0.21 0.07
HSL 165.87º 0.86% 0.53% -
HSV(B) 165.87º 0.87% 0.93% -
XYZ 40.3 65.1 58.59 -
YUV 170.22 138.59 27.98 -
System Red Green Blue C M Y K H S L
Decimal 30 238 189 0.87 0 0.21 0.07 165.87 0.86 0.53
Hex 1E EE BD 57 0 15 7 A6 56 35
Octal 36 356 275 127 0 25 7 246 126 65
Binary 11110 11101110 10111101 1010111 0 10101 111 10100110 1010110 110101

Color Harmonies of #1EEEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EEEBD

Black with #1EEEBD

Text Example


Text Example

White with #1EEEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,238,189); }

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

background-color css

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

 a { background-color: rgb(30,238,189); }

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

border-color css

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

 span { border-color: rgb(30,238,189); }

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