Html Css Color HEX #15E2CA Bright Turquoise

📋 copy color: '#15E2CA'

red 21 ◦ green 226 ◦ blue 202

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

Shades of Bright Turquoise #15E2CA

Tints of Bright Turquoise #15E2CA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 50.33%

 BLUE value IS 202 (79.3% from 255) = 44.99%

R = 4.68%
G = 50.33%
B = 44.99%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#15E2CA (or 0x15E2CA) is known color: Bright Turquoise. HEX triplet: 15, E2 and CA. RGB value is (21,226,202). Sum of RGB (Red+Green+Blue) = 21+226+202=449 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.68% from 449); Green value is 226 (88.67% from 255 or 50.33% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 226 - color contains mainly: green. Hex color #15E2CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15E2CA is #EA1D35. Grayscale: #A1A1A1. Windows color (decimal): -15342902 or 13296149. OLE color: 13296149.

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

Color convert

RGB 21 226 202 -
CMYK 0.91 0 0.11 0.11
HSL 172.98º 0.83% 0.48% -
HSV(B) 172.98º 0.91% 0.89% -
XYZ 38.17 58.82 65.22 -
YUV 161.97 150.58 27.45 -
System Red Green Blue C M Y K H S L
Decimal 21 226 202 0.91 0 0.11 0.11 172.98 0.83 0.48
Hex 15 E2 CA 5B 0 B B AD 53 30
Octal 25 342 312 133 0 13 13 255 123 60
Binary 10101 11100010 11001010 1011011 0 1011 1011 10101101 1010011 110000

Color Harmonies of #15E2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15E2CA

Black with #15E2CA

Text Example


Text Example

White with #15E2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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