Html Css Color HEX #15DECE Bright Turquoise

📋 copy color: '#15DECE'

red 21 ◦ green 222 ◦ blue 206

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

Shades of Bright Turquoise #15DECE

Tints of Bright Turquoise #15DECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.88%

R = 4.68%
G = 49.44%
B = 45.88%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#15DECE (or 0x15DECE) is known color: Bright Turquoise. HEX triplet: 15, DE and CE. RGB value is (21,222,206). Sum of RGB (Red+Green+Blue) = 21+222+206=449 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.68% from 449); Green value is 222 (87.11% from 255 or 49.44% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 222 - color contains mainly: green. Hex color #15DECE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15DECE is #EA2131. Grayscale: #9F9F9F. Windows color (decimal): -15343922 or 13557269. OLE color: 13557269.

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

Color convert

RGB 21 222 206 -
CMYK 0.91 0 0.07 0.13
HSL 175.22º 0.83% 0.48% -
HSV(B) 175.22º 0.91% 0.87% -
XYZ 37.57 56.86 67.39 -
YUV 160.08 153.91 28.8 -
System Red Green Blue C M Y K H S L
Decimal 21 222 206 0.91 0 0.07 0.13 175.22 0.83 0.48
Hex 15 DE CE 5B 0 7 D AF 53 30
Octal 25 336 316 133 0 7 15 257 123 60
Binary 10101 11011110 11001110 1011011 0 111 1101 10101111 1010011 110000

Color Harmonies of #15DECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15DECE

Black with #15DECE

Text Example


Text Example

White with #15DECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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