Html Css Color HEX #15EDCC Bright Turquoise

📋 copy color: '#15EDCC'

red 21 ◦ green 237 ◦ blue 204

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

Shades of Bright Turquoise #15EDCC

Tints of Bright Turquoise #15EDCC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 51.3%

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

R = 4.55%
G = 51.3%
B = 44.16%

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

#15EDCC (or 0x15EDCC) is known color: Bright Turquoise. HEX triplet: 15, ED and CC. RGB value is (21,237,204). Sum of RGB (Red+Green+Blue) = 21+237+204=462 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.55% from 462); Green value is 237 (92.97% from 255 or 51.30% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 237 - color contains mainly: green. Hex color #15EDCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15EDCC is #EA1233. Grayscale: #A8A8A8. Windows color (decimal): -15340084 or 13430037. OLE color: 13430037.

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

Color convert

RGB 21 237 204 -
CMYK 0.91 0 0.14 0.07
HSL 170.83º 0.86% 0.51% -
HSV(B) 170.83º 0.91% 0.93% -
XYZ 41.49 65.09 67.5 -
YUV 168.65 147.94 22.68 -
System Red Green Blue C M Y K H S L
Decimal 21 237 204 0.91 0 0.14 0.07 170.83 0.86 0.51
Hex 15 ED CC 5B 0 E 7 AB 56 33
Octal 25 355 314 133 0 16 7 253 126 63
Binary 10101 11101101 11001100 1011011 0 1110 111 10101011 1010110 110011

Color Harmonies of #15EDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15EDCC

Black with #15EDCC

Text Example


Text Example

White with #15EDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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