Html Css Color HEX #05F0DA Bright Turquoise

📋 copy color: '#05F0DA'

red 5 ◦ green 240 ◦ blue 218

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

Shades of Bright Turquoise #05F0DA

Tints of Bright Turquoise #05F0DA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 51.84%

 BLUE value IS 218 (85.55% from 255) = 47.08%

R = 1.08%
G = 51.84%
B = 47.08%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#05F0DA (or 0x05F0DA) is known color: Bright Turquoise. HEX triplet: 05, F0 and DA. RGB value is (5,240,218). Sum of RGB (Red+Green+Blue) = 5+240+218=463 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.08% from 463); Green value is 240 (94.14% from 255 or 51.84% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 240 - color contains mainly: green. Hex color #05F0DA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05F0DA is #FA0F25. Grayscale: #A7A7A7. Windows color (decimal): -16387878 or 14348293. OLE color: 14348293.

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

Color convert

RGB 5 240 218 -
CMYK 0.98 0 0.09 0.06
HSL 174.38º 0.96% 0.48% -
HSV(B) 174.38º 0.98% 0.94% -
XYZ 43.88 67.41 77.03 -
YUV 167.23 156.64 12.29 -
System Red Green Blue C M Y K H S L
Decimal 5 240 218 0.98 0 0.09 0.06 174.38 0.96 0.48
Hex 5 F0 DA 62 0 9 6 AE 60 30
Octal 5 360 332 142 0 11 6 256 140 60
Binary 101 11110000 11011010 1100010 0 1001 110 10101110 1100000 110000

Color Harmonies of #05F0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05F0DA

Black with #05F0DA

Text Example


Text Example

White with #05F0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,240,218); }

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

background-color css

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

 a { background-color: rgb(5,240,218); }

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

border-color css

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

 span { border-color: rgb(5,240,218); }

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