Html Css Color HEX #15ECF0 Bright Turquoise

📋 copy color: '#15ECF0'

red 21 ◦ green 236 ◦ blue 240

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

Shades of Bright Turquoise #15ECF0

Tints of Bright Turquoise #15ECF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48.29%

R = 4.23%
G = 47.48%
B = 48.29%

CMYK

 C value IS 0.91

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#15ECF0 (or 0x15ECF0) is known color: Bright Turquoise. HEX triplet: 15, EC and F0. RGB value is (21,236,240). Sum of RGB (Red+Green+Blue) = 21+236+240=497 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.23% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 240 (94.14% from 255 or 48.29% from 497); Max value from RGB is 240 - color contains mainly: blue. Hex color #15ECF0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15ECF0 is #EA130F. Grayscale: #ABABAB. Windows color (decimal): -15340304 or 15789077. OLE color: 15789077.

HSL color Cylindrical-coordinate representation of color #15ECF0: hue angle of 181.1º degrees, saturation: 0.88, 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 #15ECF0 is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 21 236 240 -
CMYK 0.91 0.02 0 0.06
HSL 181.1º 0.88% 0.51% -
HSV(B) 181.1º 0.91% 0.94% -
XYZ 46.03 66.44 92.84 -
YUV 172.17 166.27 20.17 -
System Red Green Blue C M Y K H S L
Decimal 21 236 240 0.91 0.02 0 0.06 181.1 0.88 0.51
Hex 15 EC F0 5B 2 0 6 B5 58 33
Octal 25 354 360 133 2 0 6 265 130 63
Binary 10101 11101100 11110000 1011011 10 0 110 10110101 1011000 110011

Color Harmonies of #15ECF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15ECF0

Black with #15ECF0

Text Example


Text Example

White with #15ECF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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