Html Css Color HEX #15ECEF Bright Turquoise

📋 copy color: '#15ECEF'

red 21 ◦ green 236 ◦ blue 239

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

Shades of Bright Turquoise #15ECEF

Tints of Bright Turquoise #15ECEF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.58%

 BLUE value IS 239 (93.75% from 255) = 48.19%

R = 4.23%
G = 47.58%
B = 48.19%

CMYK

 C value IS 0.91

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#15ECEF (or 0x15ECEF) is known color: Bright Turquoise. HEX triplet: 15, EC and EF. RGB value is (21,236,239). Sum of RGB (Red+Green+Blue) = 21+236+239=496 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.23% from 496); Green value is 236 (92.58% from 255 or 47.58% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #15ECEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15ECEF is #EA1310. Grayscale: #ABABAB. Windows color (decimal): -15340305 or 15723541. OLE color: 15723541.

HSL color Cylindrical-coordinate representation of color #15ECEF: hue angle of 180.83º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15ECEF is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 21 236 239 -
CMYK 0.91 0.01 0 0.06
HSL 180.83º 0.87% 0.51% -
HSV(B) 180.83º 0.91% 0.94% -
XYZ 45.88 66.38 92.06 -
YUV 172.06 165.77 20.26 -
System Red Green Blue C M Y K H S L
Decimal 21 236 239 0.91 0.01 0 0.06 180.83 0.87 0.51
Hex 15 EC EF 5B 1 0 6 B5 57 33
Octal 25 354 357 133 1 0 6 265 127 63
Binary 10101 11101100 11101111 1011011 1 0 110 10110101 1010111 110011

Color Harmonies of #15ECEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15ECEF

Black with #15ECEF

Text Example


Text Example

White with #15ECEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,236,239); }

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

background-color css

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

 a { background-color: rgb(21,236,239); }

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

border-color css

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

 span { border-color: rgb(21,236,239); }

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