Html Css Color HEX #3FCFBC Medium Turquoise

📋 copy color: '#3FCFBC'

red 63 ◦ green 207 ◦ blue 188

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

Shades of Medium Turquoise #3FCFBC

Tints of Medium Turquoise #3FCFBC

RGB

 RED value IS 63 (25% from 255) = 13.76%

 GREEN value IS 207 (81.25% from 255) = 45.2%

 BLUE value IS 188 (73.83% from 255) = 41.05%

R = 13.76%
G = 45.2%
B = 41.05%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#3FCFBC (or 0x3FCFBC) is known color: Medium Turquoise. HEX triplet: 3F, CF and BC. RGB value is (63,207,188). Sum of RGB (Red+Green+Blue) = 63+207+188=458 (60% of max value = 765). Red value is 63 (25% from 255 or 13.76% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCFBC is #C03043. Grayscale: #A1A1A1. Windows color (decimal): -12595268 or 12373823. OLE color: 12373823.

HSL color Cylindrical-coordinate representation of color #3FCFBC: hue angle of 172.08º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FCFBC is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 63 207 188 -
CMYK 0.70 0 0.09 0.19
HSL 172.08º 0.6% 0.53% -
HSV(B) 172.08º 0.7% 0.81% -
XYZ 33.44 49.31 55.33 -
YUV 161.78 142.79 57.54 -
System Red Green Blue C M Y K H S L
Decimal 63 207 188 0.70 0 0.09 0.19 172.08 0.6 0.53
Hex 3F CF BC 46 0 9 13 AC 3C 35
Octal 77 317 274 106 0 11 23 254 74 65
Binary 111111 11001111 10111100 1000110 0 1001 10011 10101100 111100 110101

Color Harmonies of #3FCFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCFBC

Black with #3FCFBC

Text Example


Text Example

White with #3FCFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3FCFBC; }

 p { color: rgb(63,207,188); }

 H1.HeaderClassName
 {
   color: #3FCFBC;
 }
 .AnyTagClassName
 {
   color: #3FCFBC;
 }
</style>

background-color css

<style>
 a { background-color: #3FCFBC; }

 a { background-color: rgb(63,207,188); }

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

border-color css

<style>
 span { border-color: #3FCFBC; }

 span { border-color: rgb(63,207,188); }

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