Html Css Color HEX #15E6CE Bright Turquoise

📋 copy color: '#15E6CE'

red 21 ◦ green 230 ◦ blue 206

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

Shades of Bright Turquoise #15E6CE

Tints of Bright Turquoise #15E6CE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 50.33%

 BLUE value IS 206 (80.86% from 255) = 45.08%

R = 4.6%
G = 50.33%
B = 45.08%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#15E6CE (or 0x15E6CE) is known color: Bright Turquoise. HEX triplet: 15, E6 and CE. RGB value is (21,230,206). Sum of RGB (Red+Green+Blue) = 21+230+206=457 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.60% from 457); Green value is 230 (90.23% from 255 or 50.33% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 230 - color contains mainly: green. Hex color #15E6CE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15E6CE is #EA1931. Grayscale: #A4A4A4. Windows color (decimal): -15341874 or 13559317. OLE color: 13559317.

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

Color convert

RGB 21 230 206 -
CMYK 0.91 0 0.10 0.10
HSL 173.11º 0.83% 0.49% -
HSV(B) 173.11º 0.91% 0.9% -
XYZ 39.75 61.21 68.11 -
YUV 164.77 151.26 25.45 -
System Red Green Blue C M Y K H S L
Decimal 21 230 206 0.91 0 0.10 0.10 173.11 0.83 0.49
Hex 15 E6 CE 5B 0 A A AD 53 31
Octal 25 346 316 133 0 12 12 255 123 61
Binary 10101 11100110 11001110 1011011 0 1010 1010 10101101 1010011 110001

Color Harmonies of #15E6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15E6CE

Black with #15E6CE

Text Example


Text Example

White with #15E6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,230,206); }

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

background-color css

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

 a { background-color: rgb(21,230,206); }

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

border-color css

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

 span { border-color: rgb(21,230,206); }

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