Html Css Color HEX #15E8CF Bright Turquoise

📋 copy color: '#15E8CF'

red 21 ◦ green 232 ◦ blue 207

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

Shades of Bright Turquoise #15E8CF

Tints of Bright Turquoise #15E8CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45%

R = 4.57%
G = 50.43%
B = 45%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#15E8CF (or 0x15E8CF) is known color: Bright Turquoise. HEX triplet: 15, E8 and CF. RGB value is (21,232,207). Sum of RGB (Red+Green+Blue) = 21+232+207=460 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.57% from 460); Green value is 232 (91.02% from 255 or 50.43% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 232 - color contains mainly: green. Hex color #15E8CF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15E8CF is #EA1730. Grayscale: #A5A5A5. Windows color (decimal): -15341361 or 13625365. OLE color: 13625365.

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

Color convert

RGB 21 232 207 -
CMYK 0.91 0 0.11 0.09
HSL 172.89º 0.83% 0.5% -
HSV(B) 172.89º 0.91% 0.91% -
XYZ 40.43 62.38 68.94 -
YUV 166.06 151.1 24.53 -
System Red Green Blue C M Y K H S L
Decimal 21 232 207 0.91 0 0.11 0.09 172.89 0.83 0.5
Hex 15 E8 CF 5B 0 B 9 AD 53 32
Octal 25 350 317 133 0 13 11 255 123 62
Binary 10101 11101000 11001111 1011011 0 1011 1001 10101101 1010011 110010

Color Harmonies of #15E8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15E8CF

Black with #15E8CF

Text Example


Text Example

White with #15E8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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