Html Css Color HEX #05E5DA Bright Turquoise

📋 copy color: '#05E5DA'

red 5 ◦ green 229 ◦ blue 218

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

Shades of Bright Turquoise #05E5DA

Tints of Bright Turquoise #05E5DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.23%

R = 1.11%
G = 50.66%
B = 48.23%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#05E5DA (or 0x05E5DA) is known color: Bright Turquoise. HEX triplet: 05, E5 and DA. RGB value is (5,229,218). Sum of RGB (Red+Green+Blue) = 5+229+218=452 (59% of max value = 765). Red value is 5 (2.34% from 255 or 1.11% from 452); Green value is 229 (89.84% from 255 or 50.66% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 229 - color contains mainly: green. Hex color #05E5DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05E5DA is #FA1A25. Grayscale: #A0A0A0. Windows color (decimal): -16390694 or 14345477. OLE color: 14345477.

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

Color convert

RGB 5 229 218 -
CMYK 0.98 0 0.05 0.10
HSL 177.05º 0.96% 0.46% -
HSV(B) 177.05º 0.98% 0.9% -
XYZ 40.74 61.13 75.98 -
YUV 160.77 160.29 16.89 -
System Red Green Blue C M Y K H S L
Decimal 5 229 218 0.98 0 0.05 0.10 177.05 0.96 0.46
Hex 5 E5 DA 62 0 5 A B1 60 2E
Octal 5 345 332 142 0 5 12 261 140 56
Binary 101 11100101 11011010 1100010 0 101 1010 10110001 1100000 101110

Color Harmonies of #05E5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05E5DA

Black with #05E5DA

Text Example


Text Example

White with #05E5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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