Html Css Color HEX #15DCCE Bright Turquoise

📋 copy color: '#15DCCE'

red 21 ◦ green 220 ◦ blue 206

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

Shades of Bright Turquoise #15DCCE

Tints of Bright Turquoise #15DCCE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.22%

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

R = 4.7%
G = 49.22%
B = 46.09%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#15DCCE (or 0x15DCCE) is known color: Bright Turquoise. HEX triplet: 15, DC and CE. RGB value is (21,220,206). Sum of RGB (Red+Green+Blue) = 21+220+206=447 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.70% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 220 - color contains mainly: green. Hex color #15DCCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15DCCE is #EA2331. Grayscale: #9E9E9E. Windows color (decimal): -15344434 or 13556757. OLE color: 13556757.

HSL color Cylindrical-coordinate representation of color #15DCCE: hue angle of 175.78º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15DCCE is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 220 206 -
CMYK 0.90 0 0.06 0.14
HSL 175.78º 0.83% 0.47% -
HSV(B) 175.78º 0.9% 0.86% -
XYZ 37.04 55.8 67.21 -
YUV 158.9 154.57 29.64 -
System Red Green Blue C M Y K H S L
Decimal 21 220 206 0.90 0 0.06 0.14 175.78 0.83 0.47
Hex 15 DC CE 5A 0 6 E B0 53 2F
Octal 25 334 316 132 0 6 16 260 123 57
Binary 10101 11011100 11001110 1011010 0 110 1110 10110000 1010011 101111

Color Harmonies of #15DCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15DCCE

Black with #15DCCE

Text Example


Text Example

White with #15DCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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