Html Css Color HEX #15D8ED Bright Turquoise

📋 copy color: '#15D8ED'

red 21 ◦ green 216 ◦ blue 237

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

Shades of Bright Turquoise #15D8ED

Tints of Bright Turquoise #15D8ED

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.57%

 BLUE value IS 237 (92.97% from 255) = 50%

R = 4.43%
G = 45.57%
B = 50%

CMYK

 C value IS 0.91

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#15D8ED (or 0x15D8ED) is known color: Bright Turquoise. HEX triplet: 15, D8 and ED. RGB value is (21,216,237). Sum of RGB (Red+Green+Blue) = 21+216+237=474 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.43% from 474); Green value is 216 (84.77% from 255 or 45.57% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #15D8ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15D8ED is #EA2712. Grayscale: #9F9F9F. Windows color (decimal): -15345427 or 15587349. OLE color: 15587349.

HSL color Cylindrical-coordinate representation of color #15D8ED: hue angle of 185.83º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15D8ED is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 216 237 -
CMYK 0.91 0.09 0 0.07
HSL 185.83º 0.86% 0.51% -
HSV(B) 185.83º 0.91% 0.93% -
XYZ 40.15 55.39 88.7 -
YUV 160.09 171.4 28.79 -
System Red Green Blue C M Y K H S L
Decimal 21 216 237 0.91 0.09 0 0.07 185.83 0.86 0.51
Hex 15 D8 ED 5B 9 0 7 BA 56 33
Octal 25 330 355 133 11 0 7 272 126 63
Binary 10101 11011000 11101101 1011011 1001 0 111 10111010 1010110 110011

Color Harmonies of #15D8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15D8ED

Black with #15D8ED

Text Example


Text Example

White with #15D8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,216,237); }

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

background-color css

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

 a { background-color: rgb(21,216,237); }

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

border-color css

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

 span { border-color: rgb(21,216,237); }

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