Html Css Color HEX #05E5F5 Bright Turquoise

📋 copy color: '#05E5F5'

red 5 ◦ green 229 ◦ blue 245

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

Shades of Bright Turquoise #05E5F5

Tints of Bright Turquoise #05E5F5

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.81%

 BLUE value IS 245 (96.09% from 255) = 51.15%

R = 1.04%
G = 47.81%
B = 51.15%

CMYK

 C value IS 0.98

 M value IS 0.07

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#05E5F5 (or 0x05E5F5) is known color: Bright Turquoise. HEX triplet: 05, E5 and F5. RGB value is (5,229,245). Sum of RGB (Red+Green+Blue) = 5+229+245=479 (63% of max value = 765). Red value is 5 (2.34% from 255 or 1.04% from 479); Green value is 229 (89.84% from 255 or 47.81% from 479); Blue value is 245 (96.09% from 255 or 51.15% from 479); Max value from RGB is 245 - color contains mainly: blue. Hex color #05E5F5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05E5F5 is #FA1A0A. Grayscale: #A3A3A3. Windows color (decimal): -16390667 or 16114949. OLE color: 16114949.

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

Color convert

RGB 5 229 245 -
CMYK 0.98 0.07 0 0.04
HSL 184º 0.96% 0.49% -
HSV(B) 184º 0.98% 0.96% -
XYZ 44.56 62.66 96.13 -
YUV 163.85 173.79 14.7 -
System Red Green Blue C M Y K H S L
Decimal 5 229 245 0.98 0.07 0 0.04 184 0.96 0.49
Hex 5 E5 F5 62 7 0 4 B8 60 31
Octal 5 345 365 142 7 0 4 270 140 61
Binary 101 11100101 11110101 1100010 111 0 100 10111000 1100000 110001

Color Harmonies of #05E5F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05E5F5

Black with #05E5F5

Text Example


Text Example

White with #05E5F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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