Html Css Color HEX #05E5CA Bright Turquoise

📋 copy color: '#05E5CA'

red 5 ◦ green 229 ◦ blue 202

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

Shades of Bright Turquoise #05E5CA

Tints of Bright Turquoise #05E5CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.33%

R = 1.15%
G = 52.52%
B = 46.33%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#05E5CA (or 0x05E5CA) is known color: Bright Turquoise. HEX triplet: 05, E5 and CA. RGB value is (5,229,202). Sum of RGB (Red+Green+Blue) = 5+229+202=436 (57% of max value = 765). Red value is 5 (2.34% from 255 or 1.15% from 436); Green value is 229 (89.84% from 255 or 52.52% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 229 - color contains mainly: green. Hex color #05E5CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05E5CA is #FA1A35. Grayscale: #9E9E9E. Windows color (decimal): -16390710 or 13296901. OLE color: 13296901.

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

Color convert

RGB 5 229 202 -
CMYK 0.98 0 0.12 0.10
HSL 172.77º 0.96% 0.46% -
HSV(B) 172.77º 0.98% 0.9% -
XYZ 38.74 60.34 65.48 -
YUV 158.95 152.29 18.2 -
System Red Green Blue C M Y K H S L
Decimal 5 229 202 0.98 0 0.12 0.10 172.77 0.96 0.46
Hex 5 E5 CA 62 0 C A AD 60 2E
Octal 5 345 312 142 0 14 12 255 140 56
Binary 101 11100101 11001010 1100010 0 1100 1010 10101101 1100000 101110

Color Harmonies of #05E5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05E5CA

Black with #05E5CA

Text Example


Text Example

White with #05E5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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