Html Css Color HEX #05ECE7 Bright Turquoise

📋 copy color: '#05ECE7'

red 5 ◦ green 236 ◦ blue 231

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

Shades of Bright Turquoise #05ECE7

Tints of Bright Turquoise #05ECE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 48.94%

R = 1.06%
G = 50%
B = 48.94%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#05ECE7 (or 0x05ECE7) is known color: Bright Turquoise. HEX triplet: 05, EC and E7. RGB value is (5,236,231). Sum of RGB (Red+Green+Blue) = 5+236+231=472 (62% of max value = 765). Red value is 5 (2.34% from 255 or 1.06% from 472); Green value is 236 (92.58% from 255 or 50% from 472); Blue value is 231 (90.62% from 255 or 48.94% from 472); Max value from RGB is 236 - color contains mainly: green. Hex color #05ECE7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05ECE7 is #FA1318. Grayscale: #A6A6A6. Windows color (decimal): -16388889 or 15199237. OLE color: 15199237.

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

Color convert

RGB 5 236 231 -
CMYK 0.98 0 0.02 0.07
HSL 178.7º 0.96% 0.47% -
HSV(B) 178.7º 0.98% 0.93% -
XYZ 44.48 65.79 85.96 -
YUV 166.36 164.47 12.91 -
System Red Green Blue C M Y K H S L
Decimal 5 236 231 0.98 0 0.02 0.07 178.7 0.96 0.47
Hex 5 EC E7 62 0 2 7 B3 60 2F
Octal 5 354 347 142 0 2 7 263 140 57
Binary 101 11101100 11100111 1100010 0 10 111 10110011 1100000 101111

Color Harmonies of #05ECE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05ECE7

Black with #05ECE7

Text Example


Text Example

White with #05ECE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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