Html Css Color HEX #05F0C3 Bright Turquoise

📋 copy color: '#05F0C3'

red 5 ◦ green 240 ◦ blue 195

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

Shades of Bright Turquoise #05F0C3

Tints of Bright Turquoise #05F0C3

RGB

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

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

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

R = 1.14%
G = 54.55%
B = 44.32%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#05F0C3 (or 0x05F0C3) is known color: Bright Turquoise. HEX triplet: 05, F0 and C3. RGB value is (5,240,195). Sum of RGB (Red+Green+Blue) = 5+240+195=440 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.14% from 440); Green value is 240 (94.14% from 255 or 54.55% from 440); Blue value is 195 (76.56% from 255 or 44.32% from 440); Max value from RGB is 240 - color contains mainly: green. Hex color #05F0C3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05F0C3 is #FA0F3C. Grayscale: #A4A4A4. Windows color (decimal): -16387901 or 12840965. OLE color: 12840965.

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

Color convert

RGB 5 240 195 -
CMYK 0.98 0 0.19 0.06
HSL 168.51º 0.96% 0.48% -
HSV(B) 168.51º 0.98% 0.94% -
XYZ 41.07 66.29 62.26 -
YUV 164.61 145.14 14.16 -
System Red Green Blue C M Y K H S L
Decimal 5 240 195 0.98 0 0.19 0.06 168.51 0.96 0.48
Hex 5 F0 C3 62 0 13 6 A9 60 30
Octal 5 360 303 142 0 23 6 251 140 60
Binary 101 11110000 11000011 1100010 0 10011 110 10101001 1100000 110000

Color Harmonies of #05F0C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05F0C3

Black with #05F0C3

Text Example


Text Example

White with #05F0C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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