Html Css Color HEX #05FAD2 Bright Turquoise

📋 copy color: '#05FAD2'

red 5 ◦ green 250 ◦ blue 210

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

Shades of Bright Turquoise #05FAD2

Tints of Bright Turquoise #05FAD2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 53.76%

 BLUE value IS 210 (82.42% from 255) = 45.16%

R = 1.08%
G = 53.76%
B = 45.16%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#05FAD2 (or 0x05FAD2) is known color: Bright Turquoise. HEX triplet: 05, FA and D2. RGB value is (5,250,210). Sum of RGB (Red+Green+Blue) = 5+250+210=465 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.08% from 465); Green value is 250 (98.05% from 255 or 53.76% from 465); Blue value is 210 (82.42% from 255 or 45.16% from 465); Max value from RGB is 250 - color contains mainly: green. Hex color #05FAD2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05FAD2 is #FA052D. Grayscale: #ACACAC. Windows color (decimal): -16385326 or 13826565. OLE color: 13826565.

HSL color Cylindrical-coordinate representation of color #05FAD2: hue angle of 170.2º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FAD2 is Cyan = 0.98, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 5 250 210 -
CMYK 0.98 0 0.16 0.02
HSL 170.2º 0.96% 0.5% -
HSV(B) 170.2º 0.98% 0.98% -
XYZ 45.88 73.06 72.66 -
YUV 172.19 149.33 8.75 -
System Red Green Blue C M Y K H S L
Decimal 5 250 210 0.98 0 0.16 0.02 170.2 0.96 0.5
Hex 5 FA D2 62 0 10 2 AA 60 32
Octal 5 372 322 142 0 20 2 252 140 62
Binary 101 11111010 11010010 1100010 0 10000 10 10101010 1100000 110010

Color Harmonies of #05FAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05FAD2

Black with #05FAD2

Text Example


Text Example

White with #05FAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,250,210); }

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

background-color css

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

 a { background-color: rgb(5,250,210); }

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

border-color css

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

 span { border-color: rgb(5,250,210); }

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