Html Css Color HEX #15EBE8 Bright Turquoise

📋 copy color: '#15EBE8'

red 21 ◦ green 235 ◦ blue 232

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

Shades of Bright Turquoise #15EBE8

Tints of Bright Turquoise #15EBE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 47.54%

R = 4.3%
G = 48.16%
B = 47.54%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#15EBE8 (or 0x15EBE8) is known color: Bright Turquoise. HEX triplet: 15, EB and E8. RGB value is (21,235,232). Sum of RGB (Red+Green+Blue) = 21+235+232=488 (64% of max value = 765). Red value is 21 (8.59% from 255 or 4.30% from 488); Green value is 235 (92.19% from 255 or 48.16% from 488); Blue value is 232 (91.02% from 255 or 47.54% from 488); Max value from RGB is 235 - color contains mainly: green. Hex color #15EBE8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15EBE8 is #EA1417. Grayscale: #AAAAAA. Windows color (decimal): -15340568 or 15264533. OLE color: 15264533.

HSL color Cylindrical-coordinate representation of color #15EBE8: hue angle of 179.16º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15EBE8 is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 21 235 232 -
CMYK 0.91 0 0.01 0.08
HSL 179.16º 0.84% 0.5% -
HSV(B) 179.16º 0.91% 0.92% -
XYZ 44.58 65.4 86.62 -
YUV 170.67 162.6 21.24 -
System Red Green Blue C M Y K H S L
Decimal 21 235 232 0.91 0 0.01 0.08 179.16 0.84 0.5
Hex 15 EB E8 5B 0 1 8 B3 54 32
Octal 25 353 350 133 0 1 10 263 124 62
Binary 10101 11101011 11101000 1011011 0 1 1000 10110011 1010100 110010

Color Harmonies of #15EBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15EBE8

Black with #15EBE8

Text Example


Text Example

White with #15EBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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