Html Css Color HEX #15D2E9 Bright Turquoise

📋 copy color: '#15D2E9'

red 21 ◦ green 210 ◦ blue 233

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

Shades of Bright Turquoise #15D2E9

Tints of Bright Turquoise #15D2E9

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.26%

 BLUE value IS 233 (91.41% from 255) = 50.22%

R = 4.53%
G = 45.26%
B = 50.22%

CMYK

 C value IS 0.91

 M value IS 0.10

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#15D2E9 (or 0x15D2E9) is known color: Bright Turquoise. HEX triplet: 15, D2 and E9. RGB value is (21,210,233). Sum of RGB (Red+Green+Blue) = 21+210+233=464 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.53% from 464); Green value is 210 (82.42% from 255 or 45.26% from 464); Blue value is 233 (91.41% from 255 or 50.22% from 464); Max value from RGB is 233 - color contains mainly: blue. Hex color #15D2E9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15D2E9 is #EA2D16. Grayscale: #9B9B9B. Windows color (decimal): -15346967 or 15323669. OLE color: 15323669.

HSL color Cylindrical-coordinate representation of color #15D2E9: hue angle of 186.51º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15D2E9 is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 21 210 233 -
CMYK 0.91 0.10 0 0.09
HSL 186.51º 0.83% 0.5% -
HSV(B) 186.51º 0.91% 0.91% -
XYZ 38.06 52.14 85.15 -
YUV 156.11 171.38 31.63 -
System Red Green Blue C M Y K H S L
Decimal 21 210 233 0.91 0.10 0 0.09 186.51 0.83 0.5
Hex 15 D2 E9 5B A 0 9 BB 53 32
Octal 25 322 351 133 12 0 11 273 123 62
Binary 10101 11010010 11101001 1011011 1010 0 1001 10111011 1010011 110010

Color Harmonies of #15D2E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15D2E9

Black with #15D2E9

Text Example


Text Example

White with #15D2E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,210,233); }

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

background-color css

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

 a { background-color: rgb(21,210,233); }

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

border-color css

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

 span { border-color: rgb(21,210,233); }

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