Html Css Color HEX #15EADF Bright Turquoise

📋 copy color: '#15EADF'

red 21 ◦ green 234 ◦ blue 223

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

Shades of Bright Turquoise #15EADF

Tints of Bright Turquoise #15EADF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.95%

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

R = 4.39%
G = 48.95%
B = 46.65%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#15EADF (or 0x15EADF) is known color: Bright Turquoise. HEX triplet: 15, EA and DF. RGB value is (21,234,223). Sum of RGB (Red+Green+Blue) = 21+234+223=478 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.39% from 478); Green value is 234 (91.80% from 255 or 48.95% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 234 - color contains mainly: green. Hex color #15EADF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15EADF is #EA1520. Grayscale: #A8A8A8. Windows color (decimal): -15340833 or 14674453. OLE color: 14674453.

HSL color Cylindrical-coordinate representation of color #15EADF: hue angle of 176.9º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15EADF is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 21 234 223 -
CMYK 0.91 0 0.05 0.08
HSL 176.9º 0.84% 0.5% -
HSV(B) 176.9º 0.91% 0.92% -
XYZ 43.05 64.33 79.96 -
YUV 169.06 158.43 22.39 -
System Red Green Blue C M Y K H S L
Decimal 21 234 223 0.91 0 0.05 0.08 176.9 0.84 0.5
Hex 15 EA DF 5B 0 5 8 B1 54 32
Octal 25 352 337 133 0 5 10 261 124 62
Binary 10101 11101010 11011111 1011011 0 101 1000 10110001 1010100 110010

Color Harmonies of #15EADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15EADF

Black with #15EADF

Text Example


Text Example

White with #15EADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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