Html Css Color HEX #15D4EF Bright Turquoise

📋 copy color: '#15D4EF'

red 21 ◦ green 212 ◦ blue 239

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

Shades of Bright Turquoise #15D4EF

Tints of Bright Turquoise #15D4EF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.92%

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

R = 4.45%
G = 44.92%
B = 50.64%

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

#15D4EF (or 0x15D4EF) is known color: Bright Turquoise. HEX triplet: 15, D4 and EF. RGB value is (21,212,239). Sum of RGB (Red+Green+Blue) = 21+212+239=472 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.45% from 472); Green value is 212 (83.20% from 255 or 44.92% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #15D4EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15D4EF is #EA2B10. Grayscale: #9D9D9D. Windows color (decimal): -15346449 or 15717397. OLE color: 15717397.

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

Color convert

RGB 21 212 239 -
CMYK 0.91 0.11 0 0.06
HSL 187.43º 0.87% 0.51% -
HSV(B) 187.43º 0.91% 0.94% -
XYZ 39.43 53.48 89.91 -
YUV 157.97 173.72 30.3 -
System Red Green Blue C M Y K H S L
Decimal 21 212 239 0.91 0.11 0 0.06 187.43 0.87 0.51
Hex 15 D4 EF 5B B 0 6 BB 57 33
Octal 25 324 357 133 13 0 6 273 127 63
Binary 10101 11010100 11101111 1011011 1011 0 110 10111011 1010111 110011

Color Harmonies of #15D4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15D4EF

Black with #15D4EF

Text Example


Text Example

White with #15D4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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