Html Css Color HEX #15DECD Bright Turquoise

📋 copy color: '#15DECD'

red 21 ◦ green 222 ◦ blue 205

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

Shades of Bright Turquoise #15DECD

Tints of Bright Turquoise #15DECD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 49.55%

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

R = 4.69%
G = 49.55%
B = 45.76%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#15DECD (or 0x15DECD) is known color: Bright Turquoise. HEX triplet: 15, DE and CD. RGB value is (21,222,205). Sum of RGB (Red+Green+Blue) = 21+222+205=448 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.69% from 448); Green value is 222 (87.11% from 255 or 49.55% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 222 - color contains mainly: green. Hex color #15DECD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15DECD is #EA2132. Grayscale: #9F9F9F. Windows color (decimal): -15343923 or 13491733. OLE color: 13491733.

HSL color Cylindrical-coordinate representation of color #15DECD: hue angle of 174.93º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15DECD is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 222 205 -
CMYK 0.91 0 0.08 0.13
HSL 174.93º 0.83% 0.48% -
HSV(B) 174.93º 0.91% 0.87% -
XYZ 37.45 56.81 66.75 -
YUV 159.96 153.41 28.88 -
System Red Green Blue C M Y K H S L
Decimal 21 222 205 0.91 0 0.08 0.13 174.93 0.83 0.48
Hex 15 DE CD 5B 0 8 D AF 53 30
Octal 25 336 315 133 0 10 15 257 123 60
Binary 10101 11011110 11001101 1011011 0 1000 1101 10101111 1010011 110000

Color Harmonies of #15DECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15DECD

Black with #15DECD

Text Example


Text Example

White with #15DECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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