Html Css Color HEX #3FCDBB Medium Turquoise

📋 copy color: '#3FCDBB'

red 63 ◦ green 205 ◦ blue 187

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

Shades of Medium Turquoise #3FCDBB

Tints of Medium Turquoise #3FCDBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.1%

R = 13.85%
G = 45.05%
B = 41.1%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#3FCDBB (or 0x3FCDBB) is known color: Medium Turquoise. HEX triplet: 3F, CD and BB. RGB value is (63,205,187). Sum of RGB (Red+Green+Blue) = 63+205+187=455 (60% of max value = 765). Red value is 63 (25% from 255 or 13.85% from 455); Green value is 205 (80.47% from 255 or 45.05% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCDBB is #C03244. Grayscale: #A0A0A0. Windows color (decimal): -12595781 or 12307775. OLE color: 12307775.

HSL color Cylindrical-coordinate representation of color #3FCDBB: hue angle of 172.39º 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 #3FCDBB is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 63 205 187 -
CMYK 0.69 0 0.09 0.20
HSL 172.39º 0.59% 0.53% -
HSV(B) 172.39º 0.69% 0.8% -
XYZ 32.85 48.31 54.61 -
YUV 160.49 142.96 58.46 -
System Red Green Blue C M Y K H S L
Decimal 63 205 187 0.69 0 0.09 0.20 172.39 0.59 0.53
Hex 3F CD BB 45 0 9 14 AC 3B 35
Octal 77 315 273 105 0 11 24 254 73 65
Binary 111111 11001101 10111011 1000101 0 1001 10100 10101100 111011 110101

Color Harmonies of #3FCDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCDBB

Black with #3FCDBB

Text Example


Text Example

White with #3FCDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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