Html Css Color HEX #05E2DD Bright Turquoise

📋 copy color: '#05E2DD'

red 5 ◦ green 226 ◦ blue 221

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

Shades of Bright Turquoise #05E2DD

Tints of Bright Turquoise #05E2DD

RGB

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

 GREEN value IS 226 (88.67% from 255) = 50%

 BLUE value IS 221 (86.72% from 255) = 48.89%

R = 1.11%
G = 50%
B = 48.89%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#05E2DD (or 0x05E2DD) is known color: Bright Turquoise. HEX triplet: 05, E2 and DD. RGB value is (5,226,221). Sum of RGB (Red+Green+Blue) = 5+226+221=452 (59% of max value = 765). Red value is 5 (2.34% from 255 or 1.11% from 452); Green value is 226 (88.67% from 255 or 50% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 226 - color contains mainly: green. Hex color #05E2DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05E2DD is #FA1D22. Grayscale: #9F9F9F. Windows color (decimal): -16391459 or 14541317. OLE color: 14541317.

HSL color Cylindrical-coordinate representation of color #05E2DD: hue angle of 178.64º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E2DD is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 5 226 221 -
CMYK 0.98 0 0.02 0.11
HSL 178.64º 0.96% 0.45% -
HSV(B) 178.64º 0.98% 0.89% -
XYZ 40.31 59.65 77.79 -
YUV 159.35 162.78 17.91 -
System Red Green Blue C M Y K H S L
Decimal 5 226 221 0.98 0 0.02 0.11 178.64 0.96 0.45
Hex 5 E2 DD 62 0 2 B B3 60 2D
Octal 5 342 335 142 0 2 13 263 140 55
Binary 101 11100010 11011101 1100010 0 10 1011 10110011 1100000 101101

Color Harmonies of #05E2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05E2DD

Black with #05E2DD

Text Example


Text Example

White with #05E2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,226,221); }

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

background-color css

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

 a { background-color: rgb(5,226,221); }

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

border-color css

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

 span { border-color: rgb(5,226,221); }

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