Html Css Color HEX #05F2EC Bright Turquoise

📋 copy color: '#05F2EC'

red 5 ◦ green 242 ◦ blue 236

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

Shades of Bright Turquoise #05F2EC

Tints of Bright Turquoise #05F2EC

RGB

 RED value IS 5 (2.34% from 255) = 1.04%

 GREEN value IS 242 (94.92% from 255) = 50.1%

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

R = 1.04%
G = 50.1%
B = 48.86%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#05F2EC (or 0x05F2EC) is known color: Bright Turquoise. HEX triplet: 05, F2 and EC. RGB value is (5,242,236). Sum of RGB (Red+Green+Blue) = 5+242+236=483 (63% of max value = 765). Red value is 5 (2.34% from 255 or 1.04% from 483); Green value is 242 (94.92% from 255 or 50.10% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 242 - color contains mainly: green. Hex color #05F2EC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05F2EC is #FA0D13. Grayscale: #AAAAAA. Windows color (decimal): -16387348 or 15528453. OLE color: 15528453.

HSL color Cylindrical-coordinate representation of color #05F2EC: hue angle of 178.48º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F2EC is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 5 242 236 -
CMYK 0.98 0 0.02 0.05
HSL 178.48º 0.96% 0.48% -
HSV(B) 178.48º 0.98% 0.95% -
XYZ 46.96 69.59 90.31 -
YUV 170.45 164.98 9.99 -
System Red Green Blue C M Y K H S L
Decimal 5 242 236 0.98 0 0.02 0.05 178.48 0.96 0.48
Hex 5 F2 EC 62 0 2 5 B2 60 30
Octal 5 362 354 142 0 2 5 262 140 60
Binary 101 11110010 11101100 1100010 0 10 101 10110010 1100000 110000

Color Harmonies of #05F2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05F2EC

Black with #05F2EC

Text Example


Text Example

White with #05F2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05F2EC; }

 p { color: rgb(5,242,236); }

 H1.HeaderClassName
 {
   color: #05F2EC;
 }
 .AnyTagClassName
 {
   color: #05F2EC;
 }
</style>

background-color css

<style>
 a { background-color: #05F2EC; }

 a { background-color: rgb(5,242,236); }

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

border-color css

<style>
 span { border-color: #05F2EC; }

 span { border-color: rgb(5,242,236); }

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