Html Css Color HEX #15EACE Bright Turquoise

📋 copy color: '#15EACE'

red 21 ◦ green 234 ◦ blue 206

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

Shades of Bright Turquoise #15EACE

Tints of Bright Turquoise #15EACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.69%

R = 4.56%
G = 50.76%
B = 44.69%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#15EACE (or 0x15EACE) is known color: Bright Turquoise. HEX triplet: 15, EA and CE. RGB value is (21,234,206). Sum of RGB (Red+Green+Blue) = 21+234+206=461 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.56% from 461); Green value is 234 (91.80% from 255 or 50.76% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 234 - color contains mainly: green. Hex color #15EACE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15EACE is #EA1531. Grayscale: #A7A7A7. Windows color (decimal): -15340850 or 13560341. OLE color: 13560341.

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

Color convert

RGB 21 234 206 -
CMYK 0.91 0 0.12 0.08
HSL 172.11º 0.84% 0.5% -
HSV(B) 172.11º 0.91% 0.92% -
XYZ 40.87 63.46 68.49 -
YUV 167.12 149.93 23.78 -
System Red Green Blue C M Y K H S L
Decimal 21 234 206 0.91 0 0.12 0.08 172.11 0.84 0.5
Hex 15 EA CE 5B 0 C 8 AC 54 32
Octal 25 352 316 133 0 14 10 254 124 62
Binary 10101 11101010 11001110 1011011 0 1100 1000 10101100 1010100 110010

Color Harmonies of #15EACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15EACE

Black with #15EACE

Text Example


Text Example

White with #15EACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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