Html Css Color HEX #15D6EE Bright Turquoise

📋 copy color: '#15D6EE'

red 21 ◦ green 214 ◦ blue 238

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

Shades of Bright Turquoise #15D6EE

Tints of Bright Turquoise #15D6EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.32%

R = 4.44%
G = 45.24%
B = 50.32%

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

#15D6EE (or 0x15D6EE) is known color: Bright Turquoise. HEX triplet: 15, D6 and EE. RGB value is (21,214,238). Sum of RGB (Red+Green+Blue) = 21+214+238=473 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.44% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #15D6EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15D6EE is #EA2911. Grayscale: #9E9E9E. Windows color (decimal): -15345938 or 15652373. OLE color: 15652373.

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

Color convert

RGB 21 214 238 -
CMYK 0.91 0.10 0 0.07
HSL 186.64º 0.86% 0.51% -
HSV(B) 186.64º 0.91% 0.93% -
XYZ 39.79 54.43 89.3 -
YUV 159.03 172.56 29.55 -
System Red Green Blue C M Y K H S L
Decimal 21 214 238 0.91 0.10 0 0.07 186.64 0.86 0.51
Hex 15 D6 EE 5B A 0 7 BB 56 33
Octal 25 326 356 133 12 0 7 273 126 63
Binary 10101 11010110 11101110 1011011 1010 0 111 10111011 1010110 110011

Color Harmonies of #15D6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15D6EE

Black with #15D6EE

Text Example


Text Example

White with #15D6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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