Html Css Color HEX #3FCDB7 Medium Turquoise

📋 copy color: '#3FCDB7'

red 63 ◦ green 205 ◦ blue 183

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

Shades of Medium Turquoise #3FCDB7

Tints of Medium Turquoise #3FCDB7

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.45%

 BLUE value IS 183 (71.88% from 255) = 40.58%

R = 13.97%
G = 45.45%
B = 40.58%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#3FCDB7 (or 0x3FCDB7) is known color: Medium Turquoise. HEX triplet: 3F, CD and B7. RGB value is (63,205,183). Sum of RGB (Red+Green+Blue) = 63+205+183=451 (59% of max value = 765). Red value is 63 (25% from 255 or 13.97% from 451); Green value is 205 (80.47% from 255 or 45.45% from 451); Blue value is 183 (71.88% from 255 or 40.58% from 451); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCDB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCDB7 is #C03248. Grayscale: #9F9F9F. Windows color (decimal): -12595785 or 12045631. OLE color: 12045631.

HSL color Cylindrical-coordinate representation of color #3FCDB7: hue angle of 170.7º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCDB7 is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB 63 205 183 -
CMYK 0.69 0 0.11 0.20
HSL 170.7º 0.59% 0.53% -
HSV(B) 170.7º 0.69% 0.8% -
XYZ 32.43 48.14 52.38 -
YUV 160.03 140.96 58.79 -
System Red Green Blue C M Y K H S L
Decimal 63 205 183 0.69 0 0.11 0.20 170.7 0.59 0.53
Hex 3F CD B7 45 0 B 14 AB 3B 35
Octal 77 315 267 105 0 13 24 253 73 65
Binary 111111 11001101 10110111 1000101 0 1011 10100 10101011 111011 110101

Color Harmonies of #3FCDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCDB7

Black with #3FCDB7

Text Example


Text Example

White with #3FCDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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