Html Css Color HEX #15EACC Bright Turquoise

📋 copy color: '#15EACC'

red 21 ◦ green 234 ◦ blue 204

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

Shades of Bright Turquoise #15EACC

Tints of Bright Turquoise #15EACC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 50.98%

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

R = 4.58%
G = 50.98%
B = 44.44%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#15EACC (or 0x15EACC) is known color: Bright Turquoise. HEX triplet: 15, EA and CC. RGB value is (21,234,204). Sum of RGB (Red+Green+Blue) = 21+234+204=459 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.58% from 459); Green value is 234 (91.80% from 255 or 50.98% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 234 - color contains mainly: green. Hex color #15EACC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15EACC is #EA1533. Grayscale: #A6A6A6. Windows color (decimal): -15340852 or 13429269. OLE color: 13429269.

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

Color convert

RGB 21 234 204 -
CMYK 0.91 0 0.13 0.08
HSL 171.55º 0.84% 0.5% -
HSV(B) 171.55º 0.91% 0.92% -
XYZ 40.63 63.36 67.22 -
YUV 166.89 148.93 23.94 -
System Red Green Blue C M Y K H S L
Decimal 21 234 204 0.91 0 0.13 0.08 171.55 0.84 0.5
Hex 15 EA CC 5B 0 D 8 AC 54 32
Octal 25 352 314 133 0 15 10 254 124 62
Binary 10101 11101010 11001100 1011011 0 1101 1000 10101100 1010100 110010

Color Harmonies of #15EACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15EACC

Black with #15EACC

Text Example


Text Example

White with #15EACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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