Html Css Color HEX #3FCFCD Medium Turquoise

📋 copy color: '#3FCFCD'

red 63 ◦ green 207 ◦ blue 205

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

Shades of Medium Turquoise #3FCFCD

Tints of Medium Turquoise #3FCFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.16%

R = 13.26%
G = 43.58%
B = 43.16%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#3FCFCD (or 0x3FCFCD) is known color: Medium Turquoise. HEX triplet: 3F, CF and CD. RGB value is (63,207,205). Sum of RGB (Red+Green+Blue) = 63+207+205=475 (62% of max value = 765). Red value is 63 (25% from 255 or 13.26% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCFCD is #C03032. Grayscale: #A3A3A3. Windows color (decimal): -12595251 or 13487935. OLE color: 13487935.

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

Color convert

RGB 63 207 205 -
CMYK 0.70 0 0.01 0.19
HSL 179.17º 0.6% 0.53% -
HSV(B) 179.17º 0.7% 0.81% -
XYZ 35.38 50.09 65.56 -
YUV 163.72 151.29 56.16 -
System Red Green Blue C M Y K H S L
Decimal 63 207 205 0.70 0 0.01 0.19 179.17 0.6 0.53
Hex 3F CF CD 46 0 1 13 B3 3C 35
Octal 77 317 315 106 0 1 23 263 74 65
Binary 111111 11001111 11001101 1000110 0 1 10011 10110011 111100 110101

Color Harmonies of #3FCFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCFCD

Black with #3FCFCD

Text Example


Text Example

White with #3FCFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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