Html Css Color HEX #05EEDB Bright Turquoise

📋 copy color: '#05EEDB'

red 5 ◦ green 238 ◦ blue 219

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

Shades of Bright Turquoise #05EEDB

Tints of Bright Turquoise #05EEDB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 51.52%

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

R = 1.08%
G = 51.52%
B = 47.4%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#05EEDB (or 0x05EEDB) is known color: Bright Turquoise. HEX triplet: 05, EE and DB. RGB value is (5,238,219). Sum of RGB (Red+Green+Blue) = 5+238+219=462 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.08% from 462); Green value is 238 (93.36% from 255 or 51.52% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 238 - color contains mainly: green. Hex color #05EEDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05EEDB is #FA1124. Grayscale: #A6A6A6. Windows color (decimal): -16388389 or 14413317. OLE color: 14413317.

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

Color convert

RGB 5 238 219 -
CMYK 0.98 0 0.08 0.07
HSL 175.11º 0.96% 0.48% -
HSV(B) 175.11º 0.98% 0.93% -
XYZ 43.42 66.3 77.53 -
YUV 166.17 157.81 13.04 -
System Red Green Blue C M Y K H S L
Decimal 5 238 219 0.98 0 0.08 0.07 175.11 0.96 0.48
Hex 5 EE DB 62 0 8 7 AF 60 30
Octal 5 356 333 142 0 10 7 257 140 60
Binary 101 11101110 11011011 1100010 0 1000 111 10101111 1100000 110000

Color Harmonies of #05EEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05EEDB

Black with #05EEDB

Text Example


Text Example

White with #05EEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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