Html Css Color HEX #05EFDB Bright Turquoise

📋 copy color: '#05EFDB'

red 5 ◦ green 239 ◦ blue 219

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

Shades of Bright Turquoise #05EFDB

Tints of Bright Turquoise #05EFDB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 51.62%

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

R = 1.08%
G = 51.62%
B = 47.3%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#05EFDB (or 0x05EFDB) is known color: Bright Turquoise. HEX triplet: 05, EF and DB. RGB value is (5,239,219). Sum of RGB (Red+Green+Blue) = 5+239+219=463 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.08% from 463); Green value is 239 (93.75% from 255 or 51.62% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 239 - color contains mainly: green. Hex color #05EFDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05EFDB is #FA1024. Grayscale: #A6A6A6. Windows color (decimal): -16388133 or 14413573. OLE color: 14413573.

HSL color Cylindrical-coordinate representation of color #05EFDB: hue angle of 174.87º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05EFDB is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 5 239 219 -
CMYK 0.98 0 0.08 0.06
HSL 174.87º 0.96% 0.48% -
HSV(B) 174.87º 0.98% 0.94% -
XYZ 43.72 66.88 77.62 -
YUV 166.75 157.48 12.63 -
System Red Green Blue C M Y K H S L
Decimal 5 239 219 0.98 0 0.08 0.06 174.87 0.96 0.48
Hex 5 EF DB 62 0 8 6 AF 60 30
Octal 5 357 333 142 0 10 6 257 140 60
Binary 101 11101111 11011011 1100010 0 1000 110 10101111 1100000 110000

Color Harmonies of #05EFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05EFDB

Black with #05EFDB

Text Example


Text Example

White with #05EFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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