Html Css Color HEX #15D5EF Bright Turquoise

📋 copy color: '#15D5EF'

red 21 ◦ green 213 ◦ blue 239

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

Shades of Bright Turquoise #15D5EF

Tints of Bright Turquoise #15D5EF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.03%

 BLUE value IS 239 (93.75% from 255) = 50.53%

R = 4.44%
G = 45.03%
B = 50.53%

CMYK

 C value IS 0.91

 M value IS 0.11

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#15D5EF (or 0x15D5EF) is known color: Bright Turquoise. HEX triplet: 15, D5 and EF. RGB value is (21,213,239). Sum of RGB (Red+Green+Blue) = 21+213+239=473 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.44% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #15D5EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15D5EF is #EA2A10. Grayscale: #9E9E9E. Windows color (decimal): -15346193 or 15717653. OLE color: 15717653.

HSL color Cylindrical-coordinate representation of color #15D5EF: hue angle of 187.16º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15D5EF is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 21 213 239 -
CMYK 0.91 0.11 0 0.06
HSL 187.16º 0.87% 0.51% -
HSV(B) 187.16º 0.91% 0.94% -
XYZ 39.68 53.98 89.99 -
YUV 158.56 173.39 29.89 -
System Red Green Blue C M Y K H S L
Decimal 21 213 239 0.91 0.11 0 0.06 187.16 0.87 0.51
Hex 15 D5 EF 5B B 0 6 BB 57 33
Octal 25 325 357 133 13 0 6 273 127 63
Binary 10101 11010101 11101111 1011011 1011 0 110 10111011 1010111 110011

Color Harmonies of #15D5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15D5EF

Black with #15D5EF

Text Example


Text Example

White with #15D5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,213,239); }

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

background-color css

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

 a { background-color: rgb(21,213,239); }

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

border-color css

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

 span { border-color: rgb(21,213,239); }

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