Html Css Color HEX #05F5E0 Bright Turquoise

📋 copy color: '#05F5E0'

red 5 ◦ green 245 ◦ blue 224

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

Shades of Bright Turquoise #05F5E0

Tints of Bright Turquoise #05F5E0

RGB

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

 GREEN value IS 245 (96.09% from 255) = 51.69%

 BLUE value IS 224 (87.89% from 255) = 47.26%

R = 1.05%
G = 51.69%
B = 47.26%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#05F5E0 (or 0x05F5E0) is known color: Bright Turquoise. HEX triplet: 05, F5 and E0. RGB value is (5,245,224). Sum of RGB (Red+Green+Blue) = 5+245+224=474 (62% of max value = 765). Red value is 5 (2.34% from 255 or 1.05% from 474); Green value is 245 (96.09% from 255 or 51.69% from 474); Blue value is 224 (87.89% from 255 or 47.26% from 474); Max value from RGB is 245 - color contains mainly: green. Hex color #05F5E0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05F5E0 is #FA0A1F. Grayscale: #AAAAAA. Windows color (decimal): -16386592 or 14742789. OLE color: 14742789.

HSL color Cylindrical-coordinate representation of color #05F5E0: hue angle of 174.75º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F5E0 is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 5 245 224 -
CMYK 0.98 0 0.09 0.04
HSL 174.75º 0.96% 0.49% -
HSV(B) 174.75º 0.98% 0.96% -
XYZ 46.17 70.72 81.74 -
YUV 170.85 157.99 9.71 -
System Red Green Blue C M Y K H S L
Decimal 5 245 224 0.98 0 0.09 0.04 174.75 0.96 0.49
Hex 5 F5 E0 62 0 9 4 AF 60 31
Octal 5 365 340 142 0 11 4 257 140 61
Binary 101 11110101 11100000 1100010 0 1001 100 10101111 1100000 110001

Color Harmonies of #05F5E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05F5E0

Black with #05F5E0

Text Example


Text Example

White with #05F5E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,245,224); }

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

background-color css

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

 a { background-color: rgb(5,245,224); }

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

border-color css

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

 span { border-color: rgb(5,245,224); }

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