Html Css Color HEX #05EBDB Bright Turquoise

📋 copy color: '#05EBDB'

red 5 ◦ green 235 ◦ blue 219

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

Shades of Bright Turquoise #05EBDB

Tints of Bright Turquoise #05EBDB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 51.2%

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

R = 1.09%
G = 51.2%
B = 47.71%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#05EBDB (or 0x05EBDB) is known color: Bright Turquoise. HEX triplet: 05, EB and DB. RGB value is (5,235,219). Sum of RGB (Red+Green+Blue) = 5+235+219=459 (60% of max value = 765). Red value is 5 (2.34% from 255 or 1.09% from 459); Green value is 235 (92.19% from 255 or 51.20% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 235 - color contains mainly: green. Hex color #05EBDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05EBDB is #FA1424. Grayscale: #A4A4A4. Windows color (decimal): -16389157 or 14412549. OLE color: 14412549.

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

Color convert

RGB 5 235 219 -
CMYK 0.98 0 0.07 0.08
HSL 175.83º 0.96% 0.47% -
HSV(B) 175.83º 0.98% 0.92% -
XYZ 42.56 64.56 77.24 -
YUV 164.41 158.8 14.3 -
System Red Green Blue C M Y K H S L
Decimal 5 235 219 0.98 0 0.07 0.08 175.83 0.96 0.47
Hex 5 EB DB 62 0 7 8 B0 60 2F
Octal 5 353 333 142 0 7 10 260 140 57
Binary 101 11101011 11011011 1100010 0 111 1000 10110000 1100000 101111

Color Harmonies of #05EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05EBDB

Black with #05EBDB

Text Example


Text Example

White with #05EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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