Html Css Color HEX #05ECC3 Bright Turquoise

📋 copy color: '#05ECC3'

red 5 ◦ green 236 ◦ blue 195

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

Shades of Bright Turquoise #05ECC3

Tints of Bright Turquoise #05ECC3

RGB

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

 GREEN value IS 236 (92.58% from 255) = 54.13%

 BLUE value IS 195 (76.56% from 255) = 44.72%

R = 1.15%
G = 54.13%
B = 44.72%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#05ECC3 (or 0x05ECC3) is known color: Bright Turquoise. HEX triplet: 05, EC and C3. RGB value is (5,236,195). Sum of RGB (Red+Green+Blue) = 5+236+195=436 (57% of max value = 765). Red value is 5 (2.34% from 255 or 1.15% from 436); Green value is 236 (92.58% from 255 or 54.13% from 436); Blue value is 195 (76.56% from 255 or 44.72% from 436); Max value from RGB is 236 - color contains mainly: green. Hex color #05ECC3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05ECC3 is #FA133C. Grayscale: #A2A2A2. Windows color (decimal): -16388925 or 12839941. OLE color: 12839941.

HSL color Cylindrical-coordinate representation of color #05ECC3: hue angle of 169.35º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05ECC3 is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 5 236 195 -
CMYK 0.98 0 0.17 0.07
HSL 169.35º 0.96% 0.47% -
HSV(B) 169.35º 0.98% 0.93% -
XYZ 39.91 63.96 61.87 -
YUV 162.26 146.47 15.83 -
System Red Green Blue C M Y K H S L
Decimal 5 236 195 0.98 0 0.17 0.07 169.35 0.96 0.47
Hex 5 EC C3 62 0 11 7 A9 60 2F
Octal 5 354 303 142 0 21 7 251 140 57
Binary 101 11101100 11000011 1100010 0 10001 111 10101001 1100000 101111

Color Harmonies of #05ECC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05ECC3

Black with #05ECC3

Text Example


Text Example

White with #05ECC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,236,195); }

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

background-color css

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

 a { background-color: rgb(5,236,195); }

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

border-color css

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

 span { border-color: rgb(5,236,195); }

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