Html Css Color HEX #15E8E4 Bright Turquoise

📋 copy color: '#15E8E4'

red 21 ◦ green 232 ◦ blue 228

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

Shades of Bright Turquoise #15E8E4

Tints of Bright Turquoise #15E8E4

RGB

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

 GREEN value IS 232 (91.02% from 255) = 48.23%

 BLUE value IS 228 (89.45% from 255) = 47.4%

R = 4.37%
G = 48.23%
B = 47.4%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#15E8E4 (or 0x15E8E4) is known color: Bright Turquoise. HEX triplet: 15, E8 and E4. RGB value is (21,232,228). Sum of RGB (Red+Green+Blue) = 21+232+228=481 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.37% from 481); Green value is 232 (91.02% from 255 or 48.23% from 481); Blue value is 228 (89.45% from 255 or 47.40% from 481); Max value from RGB is 232 - color contains mainly: green. Hex color #15E8E4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15E8E4 is #EA171B. Grayscale: #A8A8A8. Windows color (decimal): -15341340 or 15001621. OLE color: 15001621.

HSL color Cylindrical-coordinate representation of color #15E8E4: hue angle of 178.86º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15E8E4 is Cyan = 0.91, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB 21 232 228 -
CMYK 0.91 0 0.02 0.09
HSL 178.86º 0.83% 0.5% -
HSV(B) 178.86º 0.91% 0.91% -
XYZ 43.17 63.47 83.38 -
YUV 168.46 161.6 22.83 -
System Red Green Blue C M Y K H S L
Decimal 21 232 228 0.91 0 0.02 0.09 178.86 0.83 0.5
Hex 15 E8 E4 5B 0 2 9 B3 53 32
Octal 25 350 344 133 0 2 11 263 123 62
Binary 10101 11101000 11100100 1011011 0 10 1001 10110011 1010011 110010

Color Harmonies of #15E8E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15E8E4

Black with #15E8E4

Text Example


Text Example

White with #15E8E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,232,228); }

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

background-color css

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

 a { background-color: rgb(21,232,228); }

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

border-color css

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

 span { border-color: rgb(21,232,228); }

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