Html Css Color HEX #3FCFC4 Medium Turquoise

📋 copy color: '#3FCFC4'

red 63 ◦ green 207 ◦ blue 196

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

Shades of Medium Turquoise #3FCFC4

Tints of Medium Turquoise #3FCFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 42.06%

R = 13.52%
G = 44.42%
B = 42.06%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#3FCFC4 (or 0x3FCFC4) is known color: Medium Turquoise. HEX triplet: 3F, CF and C4. RGB value is (63,207,196). Sum of RGB (Red+Green+Blue) = 63+207+196=466 (61% of max value = 765). Red value is 63 (25% from 255 or 13.52% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 196 (76.95% from 255 or 42.06% from 466); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCFC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCFC4 is #C0303B. Grayscale: #A2A2A2. Windows color (decimal): -12595260 or 12898111. OLE color: 12898111.

HSL color Cylindrical-coordinate representation of color #3FCFC4: hue angle of 175.42º 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 #3FCFC4 is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB 63 207 196 -
CMYK 0.70 0 0.05 0.19
HSL 175.42º 0.6% 0.53% -
HSV(B) 175.42º 0.7% 0.81% -
XYZ 34.33 49.67 60 -
YUV 162.69 146.79 56.89 -
System Red Green Blue C M Y K H S L
Decimal 63 207 196 0.70 0 0.05 0.19 175.42 0.6 0.53
Hex 3F CF C4 46 0 5 13 AF 3C 35
Octal 77 317 304 106 0 5 23 257 74 65
Binary 111111 11001111 11000100 1000110 0 101 10011 10101111 111100 110101

Color Harmonies of #3FCFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCFC4

Black with #3FCFC4

Text Example


Text Example

White with #3FCFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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