Html Css Color HEX #15DAE9 Bright Turquoise

📋 copy color: '#15DAE9'

red 21 ◦ green 218 ◦ blue 233

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

Shades of Bright Turquoise #15DAE9

Tints of Bright Turquoise #15DAE9

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.19%

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

R = 4.45%
G = 46.19%
B = 49.36%

CMYK

 C value IS 0.91

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#15DAE9 (or 0x15DAE9) is known color: Bright Turquoise. HEX triplet: 15, DA and E9. RGB value is (21,218,233). Sum of RGB (Red+Green+Blue) = 21+218+233=472 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.45% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 233 (91.41% from 255 or 49.36% from 472); Max value from RGB is 233 - color contains mainly: blue. Hex color #15DAE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15DAE9 is #EA2516. Grayscale: #A0A0A0. Windows color (decimal): -15344919 or 15325717. OLE color: 15325717.

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

Color convert

RGB 21 218 233 -
CMYK 0.91 0.06 0 0.09
HSL 184.25º 0.83% 0.5% -
HSV(B) 184.25º 0.91% 0.91% -
XYZ 40.09 56.19 85.82 -
YUV 160.81 168.73 28.28 -
System Red Green Blue C M Y K H S L
Decimal 21 218 233 0.91 0.06 0 0.09 184.25 0.83 0.5
Hex 15 DA E9 5B 6 0 9 B8 53 32
Octal 25 332 351 133 6 0 11 270 123 62
Binary 10101 11011010 11101001 1011011 110 0 1001 10111000 1010011 110010

Color Harmonies of #15DAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15DAE9

Black with #15DAE9

Text Example


Text Example

White with #15DAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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