Html Css Color HEX #15F3EC Bright Turquoise

📋 copy color: '#15F3EC'

red 21 ◦ green 243 ◦ blue 236

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

Shades of Bright Turquoise #15F3EC

Tints of Bright Turquoise #15F3EC

RGB

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

 GREEN value IS 243 (95.31% from 255) = 48.6%

 BLUE value IS 236 (92.58% from 255) = 47.2%

R = 4.2%
G = 48.6%
B = 47.2%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#15F3EC (or 0x15F3EC) is known color: Bright Turquoise. HEX triplet: 15, F3 and EC. RGB value is (21,243,236). Sum of RGB (Red+Green+Blue) = 21+243+236=500 (66% of max value = 765). Red value is 21 (8.59% from 255 or 4.2% from 500); Green value is 243 (95.31% from 255 or 48.6% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 243 - color contains mainly: green. Hex color #15F3EC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15F3EC is #EA0C13. Grayscale: #AFAFAF. Windows color (decimal): -15338516 or 15528725. OLE color: 15528725.

HSL color Cylindrical-coordinate representation of color #15F3EC: hue angle of 178.11º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15F3EC is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 21 243 236 -
CMYK 0.91 0 0.03 0.05
HSL 178.11º 0.9% 0.52% -
HSV(B) 178.11º 0.91% 0.95% -
XYZ 47.5 70.32 90.43 -
YUV 175.82 161.95 17.57 -
System Red Green Blue C M Y K H S L
Decimal 21 243 236 0.91 0 0.03 0.05 178.11 0.9 0.52
Hex 15 F3 EC 5B 0 3 5 B2 5A 34
Octal 25 363 354 133 0 3 5 262 132 64
Binary 10101 11110011 11101100 1011011 0 11 101 10110010 1011010 110100

Color Harmonies of #15F3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15F3EC

Black with #15F3EC

Text Example


Text Example

White with #15F3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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