Html Css Color HEX #3FD0CC Medium Turquoise

📋 copy color: '#3FD0CC'

red 63 ◦ green 208 ◦ blue 204

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

Shades of Medium Turquoise #3FD0CC

Tints of Medium Turquoise #3FD0CC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.79%

 BLUE value IS 204 (80.08% from 255) = 42.95%

R = 13.26%
G = 43.79%
B = 42.95%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#3FD0CC (or 0x3FD0CC) is known color: Medium Turquoise. HEX triplet: 3F, D0 and CC. RGB value is (63,208,204). Sum of RGB (Red+Green+Blue) = 63+208+204=475 (62% of max value = 765). Red value is 63 (25% from 255 or 13.26% from 475); Green value is 208 (81.64% from 255 or 43.79% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 208 - color contains mainly: green. Hex color #3FD0CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD0CC is #C02F33. Grayscale: #A4A4A4. Windows color (decimal): -12594996 or 13422655. OLE color: 13422655.

HSL color Cylindrical-coordinate representation of color #3FD0CC: hue angle of 178.34º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FD0CC is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 63 208 204 -
CMYK 0.70 0 0.02 0.18
HSL 178.34º 0.61% 0.53% -
HSV(B) 178.34º 0.7% 0.82% -
XYZ 35.5 50.53 65.01 -
YUV 164.19 150.46 55.83 -
System Red Green Blue C M Y K H S L
Decimal 63 208 204 0.70 0 0.02 0.18 178.34 0.61 0.53
Hex 3F D0 CC 46 0 2 12 B2 3D 35
Octal 77 320 314 106 0 2 22 262 75 65
Binary 111111 11010000 11001100 1000110 0 10 10010 10110010 111101 110101

Color Harmonies of #3FD0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD0CC

Black with #3FD0CC

Text Example


Text Example

White with #3FD0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,208,204); }

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

background-color css

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

 a { background-color: rgb(63,208,204); }

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

border-color css

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

 span { border-color: rgb(63,208,204); }

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