Html Css Color HEX #15ECCC Bright Turquoise

📋 copy color: '#15ECCC'

red 21 ◦ green 236 ◦ blue 204

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

Shades of Bright Turquoise #15ECCC

Tints of Bright Turquoise #15ECCC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 51.19%

 BLUE value IS 204 (80.08% from 255) = 44.25%

R = 4.56%
G = 51.19%
B = 44.25%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#15ECCC (or 0x15ECCC) is known color: Bright Turquoise. HEX triplet: 15, EC and CC. RGB value is (21,236,204). Sum of RGB (Red+Green+Blue) = 21+236+204=461 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.56% from 461); Green value is 236 (92.58% from 255 or 51.19% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 236 - color contains mainly: green. Hex color #15ECCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15ECCC is #EA1333. Grayscale: #A7A7A7. Windows color (decimal): -15340340 or 13429781. OLE color: 13429781.

HSL color Cylindrical-coordinate representation of color #15ECCC: hue angle of 171.07º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15ECCC is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 236 204 -
CMYK 0.91 0 0.14 0.07
HSL 171.07º 0.85% 0.5% -
HSV(B) 171.07º 0.91% 0.93% -
XYZ 41.2 64.51 67.41 -
YUV 168.07 148.27 23.1 -
System Red Green Blue C M Y K H S L
Decimal 21 236 204 0.91 0 0.14 0.07 171.07 0.85 0.5
Hex 15 EC CC 5B 0 E 7 AB 55 32
Octal 25 354 314 133 0 16 7 253 125 62
Binary 10101 11101100 11001100 1011011 0 1110 111 10101011 1010101 110010

Color Harmonies of #15ECCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15ECCC

Black with #15ECCC

Text Example


Text Example

White with #15ECCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,236,204); }

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

background-color css

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

 a { background-color: rgb(21,236,204); }

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

border-color css

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

 span { border-color: rgb(21,236,204); }

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