Html Css Color HEX #15D6DD Bright Turquoise

📋 copy color: '#15D6DD'

red 21 ◦ green 214 ◦ blue 221

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

Shades of Bright Turquoise #15D6DD

Tints of Bright Turquoise #15D6DD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.93%

 BLUE value IS 221 (86.72% from 255) = 48.46%

R = 4.61%
G = 46.93%
B = 48.46%

CMYK

 C value IS 0.90

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#15D6DD (or 0x15D6DD) is known color: Bright Turquoise. HEX triplet: 15, D6 and DD. RGB value is (21,214,221). Sum of RGB (Red+Green+Blue) = 21+214+221=456 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.61% from 456); Green value is 214 (83.98% from 255 or 46.93% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #15D6DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15D6DD is #EA2922. Grayscale: #9C9C9C. Windows color (decimal): -15345955 or 14538261. OLE color: 14538261.

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

Color convert

RGB 21 214 221 -
CMYK 0.90 0.03 0 0.13
HSL 182.1º 0.83% 0.47% -
HSV(B) 182.1º 0.9% 0.87% -
XYZ 37.41 53.47 76.76 -
YUV 157.09 164.06 30.93 -
System Red Green Blue C M Y K H S L
Decimal 21 214 221 0.90 0.03 0 0.13 182.1 0.83 0.47
Hex 15 D6 DD 5A 3 0 D B6 53 2F
Octal 25 326 335 132 3 0 15 266 123 57
Binary 10101 11010110 11011101 1011010 11 0 1101 10110110 1010011 101111

Color Harmonies of #15D6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15D6DD

Black with #15D6DD

Text Example


Text Example

White with #15D6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,214,221); }

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

background-color css

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

 a { background-color: rgb(21,214,221); }

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

border-color css

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

 span { border-color: rgb(21,214,221); }

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