Html Css Color HEX #05EFDC Bright Turquoise

📋 copy color: '#05EFDC'

red 5 ◦ green 239 ◦ blue 220

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

Shades of Bright Turquoise #05EFDC

Tints of Bright Turquoise #05EFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.41%

R = 1.08%
G = 51.51%
B = 47.41%

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

#05EFDC (or 0x05EFDC) is known color: Bright Turquoise. HEX triplet: 05, EF and DC. RGB value is (5,239,220). Sum of RGB (Red+Green+Blue) = 5+239+220=464 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.08% from 464); Green value is 239 (93.75% from 255 or 51.51% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 239 - color contains mainly: green. Hex color #05EFDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05EFDC is #FA1023. Grayscale: #A6A6A6. Windows color (decimal): -16388132 or 14479109. OLE color: 14479109.

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

Color convert

RGB 5 239 220 -
CMYK 0.98 0 0.08 0.06
HSL 175.13º 0.96% 0.48% -
HSV(B) 175.13º 0.98% 0.94% -
XYZ 43.85 66.93 78.32 -
YUV 166.87 157.98 12.54 -
System Red Green Blue C M Y K H S L
Decimal 5 239 220 0.98 0 0.08 0.06 175.13 0.96 0.48
Hex 5 EF DC 62 0 8 6 AF 60 30
Octal 5 357 334 142 0 10 6 257 140 60
Binary 101 11101111 11011100 1100010 0 1000 110 10101111 1100000 110000

Color Harmonies of #05EFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05EFDC

Black with #05EFDC

Text Example


Text Example

White with #05EFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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