Html Css Color HEX #15E8DF Bright Turquoise

📋 copy color: '#15E8DF'

red 21 ◦ green 232 ◦ blue 223

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

Shades of Bright Turquoise #15E8DF

Tints of Bright Turquoise #15E8DF

RGB

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

 GREEN value IS 232 (91.02% from 255) = 48.74%

 BLUE value IS 223 (87.5% from 255) = 46.85%

R = 4.41%
G = 48.74%
B = 46.85%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#15E8DF (or 0x15E8DF) is known color: Bright Turquoise. HEX triplet: 15, E8 and DF. RGB value is (21,232,223). Sum of RGB (Red+Green+Blue) = 21+232+223=476 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.41% from 476); Green value is 232 (91.02% from 255 or 48.74% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 232 - color contains mainly: green. Hex color #15E8DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15E8DF is #EA1720. Grayscale: #A7A7A7. Windows color (decimal): -15341345 or 14673941. OLE color: 14673941.

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

Color convert

RGB 21 232 223 -
CMYK 0.91 0 0.04 0.09
HSL 177.44º 0.83% 0.5% -
HSV(B) 177.44º 0.91% 0.91% -
XYZ 42.49 63.2 79.77 -
YUV 167.89 159.1 23.23 -
System Red Green Blue C M Y K H S L
Decimal 21 232 223 0.91 0 0.04 0.09 177.44 0.83 0.5
Hex 15 E8 DF 5B 0 4 9 B1 53 32
Octal 25 350 337 133 0 4 11 261 123 62
Binary 10101 11101000 11011111 1011011 0 100 1001 10110001 1010011 110010

Color Harmonies of #15E8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15E8DF

Black with #15E8DF

Text Example


Text Example

White with #15E8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,232,223); }

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

background-color css

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

 a { background-color: rgb(21,232,223); }

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

border-color css

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

 span { border-color: rgb(21,232,223); }

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