Html Css Color HEX #15E5CD Bright Turquoise

📋 copy color: '#15E5CD'

red 21 ◦ green 229 ◦ blue 205

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

Shades of Bright Turquoise #15E5CD

Tints of Bright Turquoise #15E5CD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 50.33%

 BLUE value IS 205 (80.47% from 255) = 45.05%

R = 4.62%
G = 50.33%
B = 45.05%

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

#15E5CD (or 0x15E5CD) is known color: Bright Turquoise. HEX triplet: 15, E5 and CD. RGB value is (21,229,205). Sum of RGB (Red+Green+Blue) = 21+229+205=455 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.62% from 455); Green value is 229 (89.84% from 255 or 50.33% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 229 - color contains mainly: green. Hex color #15E5CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15E5CD is #EA1A32. Grayscale: #A3A3A3. Windows color (decimal): -15342131 or 13493525. OLE color: 13493525.

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

Color convert

RGB 21 229 205 -
CMYK 0.91 0 0.10 0.10
HSL 173.08º 0.83% 0.49% -
HSV(B) 173.08º 0.91% 0.9% -
XYZ 39.35 60.61 67.38 -
YUV 164.07 151.09 25.95 -
System Red Green Blue C M Y K H S L
Decimal 21 229 205 0.91 0 0.10 0.10 173.08 0.83 0.49
Hex 15 E5 CD 5B 0 A A AD 53 31
Octal 25 345 315 133 0 12 12 255 123 61
Binary 10101 11100101 11001101 1011011 0 1010 1010 10101101 1010011 110001

Color Harmonies of #15E5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15E5CD

Black with #15E5CD

Text Example


Text Example

White with #15E5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,229,205); }

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

background-color css

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

 a { background-color: rgb(21,229,205); }

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

border-color css

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

 span { border-color: rgb(21,229,205); }

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