Html Css Color HEX #3FD3CE Medium Turquoise

📋 copy color: '#3FD3CE'

red 63 ◦ green 211 ◦ blue 206

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

Shades of Medium Turquoise #3FD3CE

Tints of Medium Turquoise #3FD3CE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.96%

 BLUE value IS 206 (80.86% from 255) = 42.92%

R = 13.13%
G = 43.96%
B = 42.92%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#3FD3CE (or 0x3FD3CE) is known color: Medium Turquoise. HEX triplet: 3F, D3 and CE. RGB value is (63,211,206). Sum of RGB (Red+Green+Blue) = 63+211+206=480 (63% of max value = 765). Red value is 63 (25% from 255 or 13.12% from 480); Green value is 211 (82.81% from 255 or 43.96% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 211 - color contains mainly: green. Hex color #3FD3CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD3CE is #C02C31. Grayscale: #A6A6A6. Windows color (decimal): -12594226 or 13554495. OLE color: 13554495.

HSL color Cylindrical-coordinate representation of color #3FD3CE: hue angle of 177.97º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FD3CE is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 63 211 206 -
CMYK 0.70 0 0.02 0.17
HSL 177.97º 0.63% 0.54% -
HSV(B) 177.97º 0.7% 0.83% -
XYZ 36.48 52.1 66.53 -
YUV 166.18 150.47 54.41 -
System Red Green Blue C M Y K H S L
Decimal 63 211 206 0.70 0 0.02 0.17 177.97 0.63 0.54
Hex 3F D3 CE 46 0 2 11 B2 3F 36
Octal 77 323 316 106 0 2 21 262 77 66
Binary 111111 11010011 11001110 1000110 0 10 10001 10110010 111111 110110

Color Harmonies of #3FD3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD3CE

Black with #3FD3CE

Text Example


Text Example

White with #3FD3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,211,206); }

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

background-color css

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

 a { background-color: rgb(63,211,206); }

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

border-color css

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

 span { border-color: rgb(63,211,206); }

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