Html Css Color HEX #1EEBE6 Bright Turquoise

📋 copy color: '#1EEBE6'

red 30 ◦ green 235 ◦ blue 230

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

Shades of Bright Turquoise #1EEBE6

Tints of Bright Turquoise #1EEBE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 46.46%

R = 6.06%
G = 47.47%
B = 46.46%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#1EEBE6 (or 0x1EEBE6) is known color: Bright Turquoise. HEX triplet: 1E, EB and E6. RGB value is (30,235,230). Sum of RGB (Red+Green+Blue) = 30+235+230=495 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.06% from 495); Green value is 235 (92.19% from 255 or 47.47% from 495); Blue value is 230 (90.23% from 255 or 46.46% from 495); Max value from RGB is 235 - color contains mainly: green. Hex color #1EEBE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EEBE6 is #E11419. Grayscale: #ACACAC. Windows color (decimal): -14750746 or 15133470. OLE color: 15133470.

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

Color convert

RGB 30 235 230 -
CMYK 0.87 0 0.02 0.08
HSL 178.54º 0.84% 0.52% -
HSV(B) 178.54º 0.87% 0.92% -
XYZ 44.53 65.41 85.14 -
YUV 173.14 160.08 25.91 -
System Red Green Blue C M Y K H S L
Decimal 30 235 230 0.87 0 0.02 0.08 178.54 0.84 0.52
Hex 1E EB E6 57 0 2 8 B3 54 34
Octal 36 353 346 127 0 2 10 263 124 64
Binary 11110 11101011 11100110 1010111 0 10 1000 10110011 1010100 110100

Color Harmonies of #1EEBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EEBE6

Black with #1EEBE6

Text Example


Text Example

White with #1EEBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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