Html Css Color HEX #15D6ED Bright Turquoise

📋 copy color: '#15D6ED'

red 21 ◦ green 214 ◦ blue 237

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

Shades of Bright Turquoise #15D6ED

Tints of Bright Turquoise #15D6ED

RGB

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

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

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

R = 4.45%
G = 45.34%
B = 50.21%

CMYK

 C value IS 0.91

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#15D6ED (or 0x15D6ED) is known color: Bright Turquoise. HEX triplet: 15, D6 and ED. RGB value is (21,214,237). Sum of RGB (Red+Green+Blue) = 21+214+237=472 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.45% from 472); Green value is 214 (83.98% from 255 or 45.34% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #15D6ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15D6ED is #EA2912. Grayscale: #9E9E9E. Windows color (decimal): -15345939 or 15586837. OLE color: 15586837.

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

Color convert

RGB 21 214 237 -
CMYK 0.91 0.10 0 0.07
HSL 186.39º 0.86% 0.51% -
HSV(B) 186.39º 0.91% 0.93% -
XYZ 39.64 54.37 88.53 -
YUV 158.92 172.06 29.63 -
System Red Green Blue C M Y K H S L
Decimal 21 214 237 0.91 0.10 0 0.07 186.39 0.86 0.51
Hex 15 D6 ED 5B A 0 7 BA 56 33
Octal 25 326 355 133 12 0 7 272 126 63
Binary 10101 11010110 11101101 1011011 1010 0 111 10111010 1010110 110011

Color Harmonies of #15D6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15D6ED

Black with #15D6ED

Text Example


Text Example

White with #15D6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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