Html Css Color HEX #15E4DF Bright Turquoise

📋 copy color: '#15E4DF'

red 21 ◦ green 228 ◦ blue 223

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

Shades of Bright Turquoise #15E4DF

Tints of Bright Turquoise #15E4DF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 48.31%

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

R = 4.45%
G = 48.31%
B = 47.25%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#15E4DF (or 0x15E4DF) is known color: Bright Turquoise. HEX triplet: 15, E4 and DF. RGB value is (21,228,223). Sum of RGB (Red+Green+Blue) = 21+228+223=472 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.45% from 472); Green value is 228 (89.45% from 255 or 48.31% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 228 - color contains mainly: green. Hex color #15E4DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15E4DF is #EA1B20. Grayscale: #A5A5A5. Windows color (decimal): -15342369 or 14672917. OLE color: 14672917.

HSL color Cylindrical-coordinate representation of color #15E4DF: hue angle of 178.55º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15E4DF is Cyan = 0.91, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 21 228 223 -
CMYK 0.91 0 0.02 0.11
HSL 178.55º 0.83% 0.49% -
HSV(B) 178.55º 0.91% 0.89% -
XYZ 41.37 60.97 79.4 -
YUV 165.54 160.42 24.91 -
System Red Green Blue C M Y K H S L
Decimal 21 228 223 0.91 0 0.02 0.11 178.55 0.83 0.49
Hex 15 E4 DF 5B 0 2 B B3 53 31
Octal 25 344 337 133 0 2 13 263 123 61
Binary 10101 11100100 11011111 1011011 0 10 1011 10110011 1010011 110001

Color Harmonies of #15E4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15E4DF

Black with #15E4DF

Text Example


Text Example

White with #15E4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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