Html Css Color HEX #05E0D7 Bright Turquoise

📋 copy color: '#05E0D7'

red 5 ◦ green 224 ◦ blue 215

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

Shades of Bright Turquoise #05E0D7

Tints of Bright Turquoise #05E0D7

RGB

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

 GREEN value IS 224 (87.89% from 255) = 50.45%

 BLUE value IS 215 (84.38% from 255) = 48.42%

R = 1.13%
G = 50.45%
B = 48.42%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#05E0D7 (or 0x05E0D7) is known color: Bright Turquoise. HEX triplet: 05, E0 and D7. RGB value is (5,224,215). Sum of RGB (Red+Green+Blue) = 5+224+215=444 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.13% from 444); Green value is 224 (87.89% from 255 or 50.45% from 444); Blue value is 215 (84.38% from 255 or 48.42% from 444); Max value from RGB is 224 - color contains mainly: green. Hex color #05E0D7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05E0D7 is #FA1F28. Grayscale: #9D9D9D. Windows color (decimal): -16391977 or 14147589. OLE color: 14147589.

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

Color convert

RGB 5 224 215 -
CMYK 0.98 0 0.04 0.12
HSL 177.53º 0.96% 0.45% -
HSV(B) 177.53º 0.98% 0.88% -
XYZ 38.98 58.25 73.48 -
YUV 157.49 160.45 19.23 -
System Red Green Blue C M Y K H S L
Decimal 5 224 215 0.98 0 0.04 0.12 177.53 0.96 0.45
Hex 5 E0 D7 62 0 4 C B2 60 2D
Octal 5 340 327 142 0 4 14 262 140 55
Binary 101 11100000 11010111 1100010 0 100 1100 10110010 1100000 101101

Color Harmonies of #05E0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05E0D7

Black with #05E0D7

Text Example


Text Example

White with #05E0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,224,215); }

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

background-color css

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

 a { background-color: rgb(5,224,215); }

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

border-color css

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

 span { border-color: rgb(5,224,215); }

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