Html Css Color HEX #15E5E2 Bright Turquoise

📋 copy color: '#15E5E2'

red 21 ◦ green 229 ◦ blue 226

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

Shades of Bright Turquoise #15E5E2

Tints of Bright Turquoise #15E5E2

RGB

 RED value IS 21 (8.59% from 255) = 4.41%

 GREEN value IS 229 (89.84% from 255) = 48.11%

 BLUE value IS 226 (88.67% from 255) = 47.48%

R = 4.41%
G = 48.11%
B = 47.48%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.01

 K value IS 0.10

RGB Variations

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

Color information

#15E5E2 (or 0x15E5E2) is known color: Bright Turquoise. HEX triplet: 15, E5 and E2. RGB value is (21,229,226). Sum of RGB (Red+Green+Blue) = 21+229+226=476 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.41% from 476); Green value is 229 (89.84% from 255 or 48.11% from 476); Blue value is 226 (88.67% from 255 or 47.48% from 476); Max value from RGB is 229 - color contains mainly: green. Hex color #15E5E2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15E5E2 is #EA1A1D. Grayscale: #A6A6A6. Windows color (decimal): -15342110 or 14869781. OLE color: 14869781.

HSL color Cylindrical-coordinate representation of color #15E5E2: hue angle of 179.13º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15E5E2 is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB 21 229 226 -
CMYK 0.91 0 0.01 0.10
HSL 179.13º 0.83% 0.49% -
HSV(B) 179.13º 0.91% 0.9% -
XYZ 42.06 61.69 81.64 -
YUV 166.47 161.59 24.24 -
System Red Green Blue C M Y K H S L
Decimal 21 229 226 0.91 0 0.01 0.10 179.13 0.83 0.49
Hex 15 E5 E2 5B 0 1 A B3 53 31
Octal 25 345 342 133 0 1 12 263 123 61
Binary 10101 11100101 11100010 1011011 0 1 1010 10110011 1010011 110001

Color Harmonies of #15E5E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15E5E2

Black with #15E5E2

Text Example


Text Example

White with #15E5E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15E5E2; }

 p { color: rgb(21,229,226); }

 H1.HeaderClassName
 {
   color: #15E5E2;
 }
 .AnyTagClassName
 {
   color: #15E5E2;
 }
</style>

background-color css

<style>
 a { background-color: #15E5E2; }

 a { background-color: rgb(21,229,226); }

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

border-color css

<style>
 span { border-color: #15E5E2; }

 span { border-color: rgb(21,229,226); }

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