Html Css Color HEX #05DEDB Bright Turquoise

📋 copy color: '#05DEDB'

red 5 ◦ green 222 ◦ blue 219

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

Shades of Bright Turquoise #05DEDB

Tints of Bright Turquoise #05DEDB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 49.78%

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

R = 1.12%
G = 49.78%
B = 49.1%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#05DEDB (or 0x05DEDB) is known color: Bright Turquoise. HEX triplet: 05, DE and DB. RGB value is (5,222,219). Sum of RGB (Red+Green+Blue) = 5+222+219=446 (59% of max value = 765). Red value is 5 (2.34% from 255 or 1.12% from 446); Green value is 222 (87.11% from 255 or 49.78% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 222 - color contains mainly: green. Hex color #05DEDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05DEDB is #FA2124. Grayscale: #9C9C9C. Windows color (decimal): -16392485 or 14409221. OLE color: 14409221.

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

Color convert

RGB 5 222 219 -
CMYK 0.98 0 0.01 0.13
HSL 179.17º 0.96% 0.45% -
HSV(B) 179.17º 0.98% 0.87% -
XYZ 38.97 57.39 76.04 -
YUV 156.78 163.11 19.74 -
System Red Green Blue C M Y K H S L
Decimal 5 222 219 0.98 0 0.01 0.13 179.17 0.96 0.45
Hex 5 DE DB 62 0 1 D B3 60 2D
Octal 5 336 333 142 0 1 15 263 140 55
Binary 101 11011110 11011011 1100010 0 1 1101 10110011 1100000 101101

Color Harmonies of #05DEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DEDB

Black with #05DEDB

Text Example


Text Example

White with #05DEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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