Html Css Color HEX #05ECDB Bright Turquoise

📋 copy color: '#05ECDB'

red 5 ◦ green 236 ◦ blue 219

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

Shades of Bright Turquoise #05ECDB

Tints of Bright Turquoise #05ECDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.61%

R = 1.09%
G = 51.3%
B = 47.61%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#05ECDB (or 0x05ECDB) is known color: Bright Turquoise. HEX triplet: 05, EC and DB. RGB value is (5,236,219). Sum of RGB (Red+Green+Blue) = 5+236+219=460 (60% of max value = 765). Red value is 5 (2.34% from 255 or 1.09% from 460); Green value is 236 (92.58% from 255 or 51.30% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 236 - color contains mainly: green. Hex color #05ECDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05ECDB is #FA1324. Grayscale: #A4A4A4. Windows color (decimal): -16388901 or 14412805. OLE color: 14412805.

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

Color convert

RGB 5 236 219 -
CMYK 0.98 0 0.07 0.07
HSL 175.58º 0.96% 0.47% -
HSV(B) 175.58º 0.98% 0.93% -
XYZ 42.84 65.14 77.33 -
YUV 164.99 158.47 13.88 -
System Red Green Blue C M Y K H S L
Decimal 5 236 219 0.98 0 0.07 0.07 175.58 0.96 0.47
Hex 5 EC DB 62 0 7 7 B0 60 2F
Octal 5 354 333 142 0 7 7 260 140 57
Binary 101 11101100 11011011 1100010 0 111 111 10110000 1100000 101111

Color Harmonies of #05ECDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05ECDB

Black with #05ECDB

Text Example


Text Example

White with #05ECDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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