Html Css Color HEX #05FAEA Bright Turquoise

📋 copy color: '#05FAEA'

red 5 ◦ green 250 ◦ blue 234

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

Shades of Bright Turquoise #05FAEA

Tints of Bright Turquoise #05FAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.85%

R = 1.02%
G = 51.12%
B = 47.85%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#05FAEA (or 0x05FAEA) is known color: Bright Turquoise. HEX triplet: 05, FA and EA. RGB value is (5,250,234). Sum of RGB (Red+Green+Blue) = 5+250+234=489 (64% of max value = 765). Red value is 5 (2.34% from 255 or 1.02% from 489); Green value is 250 (98.05% from 255 or 51.12% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 250 - color contains mainly: green. Hex color #05FAEA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05FAEA is #FA0515. Grayscale: #AEAEAE. Windows color (decimal): -16385302 or 15399429. OLE color: 15399429.

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

Color convert

RGB 5 250 234 -
CMYK 0.98 0 0.06 0.02
HSL 176.08º 0.96% 0.5% -
HSV(B) 176.08º 0.98% 0.98% -
XYZ 49.1 74.34 89.6 -
YUV 174.92 161.33 6.8 -
System Red Green Blue C M Y K H S L
Decimal 5 250 234 0.98 0 0.06 0.02 176.08 0.96 0.5
Hex 5 FA EA 62 0 6 2 B0 60 32
Octal 5 372 352 142 0 6 2 260 140 62
Binary 101 11111010 11101010 1100010 0 110 10 10110000 1100000 110010

Color Harmonies of #05FAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05FAEA

Black with #05FAEA

Text Example


Text Example

White with #05FAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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