Html Css Color HEX #05E2D4 Bright Turquoise

📋 copy color: '#05E2D4'

red 5 ◦ green 226 ◦ blue 212

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

Shades of Bright Turquoise #05E2D4

Tints of Bright Turquoise #05E2D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 47.86%

R = 1.13%
G = 51.02%
B = 47.86%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#05E2D4 (or 0x05E2D4) is known color: Bright Turquoise. HEX triplet: 05, E2 and D4. RGB value is (5,226,212). Sum of RGB (Red+Green+Blue) = 5+226+212=443 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.13% from 443); Green value is 226 (88.67% from 255 or 51.02% from 443); Blue value is 212 (83.20% from 255 or 47.86% from 443); Max value from RGB is 226 - color contains mainly: green. Hex color #05E2D4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05E2D4 is #FA1D2B. Grayscale: #9E9E9E. Windows color (decimal): -16391468 or 13951493. OLE color: 13951493.

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

Color convert

RGB 5 226 212 -
CMYK 0.98 0 0.06 0.11
HSL 176.2º 0.96% 0.45% -
HSV(B) 176.2º 0.98% 0.89% -
XYZ 39.14 59.18 71.65 -
YUV 158.33 158.28 18.64 -
System Red Green Blue C M Y K H S L
Decimal 5 226 212 0.98 0 0.06 0.11 176.2 0.96 0.45
Hex 5 E2 D4 62 0 6 B B0 60 2D
Octal 5 342 324 142 0 6 13 260 140 55
Binary 101 11100010 11010100 1100010 0 110 1011 10110000 1100000 101101

Color Harmonies of #05E2D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05E2D4

Black with #05E2D4

Text Example


Text Example

White with #05E2D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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