Html Css Color HEX #15E8D2 Bright Turquoise

📋 copy color: '#15E8D2'

red 21 ◦ green 232 ◦ blue 210

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

Shades of Bright Turquoise #15E8D2

Tints of Bright Turquoise #15E8D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 45.36%

R = 4.54%
G = 50.11%
B = 45.36%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#15E8D2 (or 0x15E8D2) is known color: Bright Turquoise. HEX triplet: 15, E8 and D2. RGB value is (21,232,210). Sum of RGB (Red+Green+Blue) = 21+232+210=463 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.54% from 463); Green value is 232 (91.02% from 255 or 50.11% from 463); Blue value is 210 (82.42% from 255 or 45.36% from 463); Max value from RGB is 232 - color contains mainly: green. Hex color #15E8D2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15E8D2 is #EA172D. Grayscale: #A6A6A6. Windows color (decimal): -15341358 or 13821973. OLE color: 13821973.

HSL color Cylindrical-coordinate representation of color #15E8D2: hue angle of 173.74º 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 #15E8D2 is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB 21 232 210 -
CMYK 0.91 0 0.09 0.09
HSL 173.74º 0.83% 0.5% -
HSV(B) 173.74º 0.91% 0.91% -
XYZ 40.8 62.53 70.89 -
YUV 166.4 152.6 24.29 -
System Red Green Blue C M Y K H S L
Decimal 21 232 210 0.91 0 0.09 0.09 173.74 0.83 0.5
Hex 15 E8 D2 5B 0 9 9 AE 53 32
Octal 25 350 322 133 0 11 11 256 123 62
Binary 10101 11101000 11010010 1011011 0 1001 1001 10101110 1010011 110010

Color Harmonies of #15E8D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15E8D2

Black with #15E8D2

Text Example


Text Example

White with #15E8D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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