Html Css Color HEX #05DFDB Bright Turquoise

📋 copy color: '#05DFDB'

red 5 ◦ green 223 ◦ blue 219

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

Shades of Bright Turquoise #05DFDB

Tints of Bright Turquoise #05DFDB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.89%

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

R = 1.12%
G = 49.89%
B = 48.99%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#05DFDB (or 0x05DFDB) is known color: Bright Turquoise. HEX triplet: 05, DF and DB. RGB value is (5,223,219). Sum of RGB (Red+Green+Blue) = 5+223+219=447 (59% of max value = 765). Red value is 5 (2.34% from 255 or 1.12% from 447); Green value is 223 (87.5% from 255 or 49.89% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 223 - color contains mainly: green. Hex color #05DFDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05DFDB is #FA2024. Grayscale: #9D9D9D. Windows color (decimal): -16392229 or 14409477. OLE color: 14409477.

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

Color convert

RGB 5 223 219 -
CMYK 0.98 0 0.02 0.13
HSL 178.9º 0.96% 0.45% -
HSV(B) 178.9º 0.98% 0.87% -
XYZ 39.24 57.92 76.13 -
YUV 157.36 162.78 19.33 -
System Red Green Blue C M Y K H S L
Decimal 5 223 219 0.98 0 0.02 0.13 178.9 0.96 0.45
Hex 5 DF DB 62 0 2 D B3 60 2D
Octal 5 337 333 142 0 2 15 263 140 55
Binary 101 11011111 11011011 1100010 0 10 1101 10110011 1100000 101101

Color Harmonies of #05DFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DFDB

Black with #05DFDB

Text Example


Text Example

White with #05DFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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