Html Css Color HEX #1EECE6 Bright Turquoise

📋 copy color: '#1EECE6'

red 30 ◦ green 236 ◦ blue 230

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

Shades of Bright Turquoise #1EECE6

Tints of Bright Turquoise #1EECE6

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.58%

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

R = 6.05%
G = 47.58%
B = 46.37%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#1EECE6 (or 0x1EECE6) is known color: Bright Turquoise. HEX triplet: 1E, EC and E6. RGB value is (30,236,230). Sum of RGB (Red+Green+Blue) = 30+236+230=496 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.05% from 496); Green value is 236 (92.58% from 255 or 47.58% from 496); Blue value is 230 (90.23% from 255 or 46.37% from 496); Max value from RGB is 236 - color contains mainly: green. Hex color #1EECE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EECE6 is #E11319. Grayscale: #ADADAD. Windows color (decimal): -14750490 or 15133726. OLE color: 15133726.

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

Color convert

RGB 30 236 230 -
CMYK 0.87 0 0.03 0.07
HSL 178.25º 0.84% 0.52% -
HSV(B) 178.25º 0.87% 0.93% -
XYZ 44.81 65.98 85.24 -
YUV 173.72 159.75 25.49 -
System Red Green Blue C M Y K H S L
Decimal 30 236 230 0.87 0 0.03 0.07 178.25 0.84 0.52
Hex 1E EC E6 57 0 3 7 B2 54 34
Octal 36 354 346 127 0 3 7 262 124 64
Binary 11110 11101100 11100110 1010111 0 11 111 10110010 1010100 110100

Color Harmonies of #1EECE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EECE6

Black with #1EECE6

Text Example


Text Example

White with #1EECE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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