Html Css Color HEX #05E5DE Bright Turquoise

📋 copy color: '#05E5DE'

red 5 ◦ green 229 ◦ blue 222

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

Shades of Bright Turquoise #05E5DE

Tints of Bright Turquoise #05E5DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.68%

R = 1.1%
G = 50.22%
B = 48.68%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#05E5DE (or 0x05E5DE) is known color: Bright Turquoise. HEX triplet: 05, E5 and DE. RGB value is (5,229,222). Sum of RGB (Red+Green+Blue) = 5+229+222=456 (60% of max value = 765). Red value is 5 (2.34% from 255 or 1.10% from 456); Green value is 229 (89.84% from 255 or 50.22% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 229 - color contains mainly: green. Hex color #05E5DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05E5DE is #FA1A21. Grayscale: #A1A1A1. Windows color (decimal): -16390690 or 14607621. OLE color: 14607621.

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

Color convert

RGB 5 229 222 -
CMYK 0.98 0 0.03 0.10
HSL 178.13º 0.96% 0.46% -
HSV(B) 178.13º 0.98% 0.9% -
XYZ 41.27 61.34 78.77 -
YUV 161.23 162.29 16.57 -
System Red Green Blue C M Y K H S L
Decimal 5 229 222 0.98 0 0.03 0.10 178.13 0.96 0.46
Hex 5 E5 DE 62 0 3 A B2 60 2E
Octal 5 345 336 142 0 3 12 262 140 56
Binary 101 11100101 11011110 1100010 0 11 1010 10110010 1100000 101110

Color Harmonies of #05E5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05E5DE

Black with #05E5DE

Text Example


Text Example

White with #05E5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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