Html Css Color HEX #05F2C3 Bright Turquoise

📋 copy color: '#05F2C3'

red 5 ◦ green 242 ◦ blue 195

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

Shades of Bright Turquoise #05F2C3

Tints of Bright Turquoise #05F2C3

RGB

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

 GREEN value IS 242 (94.92% from 255) = 54.75%

 BLUE value IS 195 (76.56% from 255) = 44.12%

R = 1.13%
G = 54.75%
B = 44.12%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#05F2C3 (or 0x05F2C3) is known color: Bright Turquoise. HEX triplet: 05, F2 and C3. RGB value is (5,242,195). Sum of RGB (Red+Green+Blue) = 5+242+195=442 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.13% from 442); Green value is 242 (94.92% from 255 or 54.75% from 442); Blue value is 195 (76.56% from 255 or 44.12% from 442); Max value from RGB is 242 - color contains mainly: green. Hex color #05F2C3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05F2C3 is #FA0D3C. Grayscale: #A5A5A5. Windows color (decimal): -16387389 or 12841477. OLE color: 12841477.

HSL color Cylindrical-coordinate representation of color #05F2C3: hue angle of 168.1º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F2C3 is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 5 242 195 -
CMYK 0.98 0 0.19 0.05
HSL 168.1º 0.96% 0.48% -
HSV(B) 168.1º 0.98% 0.95% -
XYZ 41.67 67.48 62.46 -
YUV 165.78 144.48 13.32 -
System Red Green Blue C M Y K H S L
Decimal 5 242 195 0.98 0 0.19 0.05 168.1 0.96 0.48
Hex 5 F2 C3 62 0 13 5 A8 60 30
Octal 5 362 303 142 0 23 5 250 140 60
Binary 101 11110010 11000011 1100010 0 10011 101 10101000 1100000 110000

Color Harmonies of #05F2C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05F2C3

Black with #05F2C3

Text Example


Text Example

White with #05F2C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,242,195); }

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

background-color css

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

 a { background-color: rgb(5,242,195); }

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

border-color css

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

 span { border-color: rgb(5,242,195); }

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