Html Css Color HEX #05F2E6 Bright Turquoise

📋 copy color: '#05F2E6'

red 5 ◦ green 242 ◦ blue 230

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

Shades of Bright Turquoise #05F2E6

Tints of Bright Turquoise #05F2E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 48.22%

R = 1.05%
G = 50.73%
B = 48.22%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#05F2E6 (or 0x05F2E6) is known color: Bright Turquoise. HEX triplet: 05, F2 and E6. RGB value is (5,242,230). Sum of RGB (Red+Green+Blue) = 5+242+230=477 (63% of max value = 765). Red value is 5 (2.34% from 255 or 1.05% from 477); Green value is 242 (94.92% from 255 or 50.73% from 477); Blue value is 230 (90.23% from 255 or 48.22% from 477); Max value from RGB is 242 - color contains mainly: green. Hex color #05F2E6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05F2E6 is #FA0D19. Grayscale: #A9A9A9. Windows color (decimal): -16387354 or 15135237. OLE color: 15135237.

HSL color Cylindrical-coordinate representation of color #05F2E6: hue angle of 176.96º 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 #05F2E6 is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 5 242 230 -
CMYK 0.98 0 0.05 0.05
HSL 176.96º 0.96% 0.48% -
HSV(B) 176.96º 0.98% 0.95% -
XYZ 46.1 69.25 85.8 -
YUV 169.77 161.98 10.48 -
System Red Green Blue C M Y K H S L
Decimal 5 242 230 0.98 0 0.05 0.05 176.96 0.96 0.48
Hex 5 F2 E6 62 0 5 5 B1 60 30
Octal 5 362 346 142 0 5 5 261 140 60
Binary 101 11110010 11100110 1100010 0 101 101 10110001 1100000 110000

Color Harmonies of #05F2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05F2E6

Black with #05F2E6

Text Example


Text Example

White with #05F2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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