Html Css Color HEX #3FCBC5 Medium Turquoise

📋 copy color: '#3FCBC5'

red 63 ◦ green 203 ◦ blue 197

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

Shades of Medium Turquoise #3FCBC5

Tints of Medium Turquoise #3FCBC5

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.84%

 BLUE value IS 197 (77.34% from 255) = 42.55%

R = 13.61%
G = 43.84%
B = 42.55%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#3FCBC5 (or 0x3FCBC5) is known color: Medium Turquoise. HEX triplet: 3F, CB and C5. RGB value is (63,203,197). Sum of RGB (Red+Green+Blue) = 63+203+197=463 (61% of max value = 765). Red value is 63 (25% from 255 or 13.61% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 197 (77.34% from 255 or 42.55% from 463); Max value from RGB is 203 - color contains mainly: green. Hex color #3FCBC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCBC5 is #C0343A. Grayscale: #A0A0A0. Windows color (decimal): -12596283 or 12962623. OLE color: 12962623.

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

Color convert

RGB 63 203 197 -
CMYK 0.69 0 0.03 0.20
HSL 177.43º 0.57% 0.52% -
HSV(B) 177.43º 0.69% 0.8% -
XYZ 33.48 47.8 60.28 -
YUV 160.46 148.62 58.49 -
System Red Green Blue C M Y K H S L
Decimal 63 203 197 0.69 0 0.03 0.20 177.43 0.57 0.52
Hex 3F CB C5 45 0 3 14 B1 39 34
Octal 77 313 305 105 0 3 24 261 71 64
Binary 111111 11001011 11000101 1000101 0 11 10100 10110001 111001 110100

Color Harmonies of #3FCBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCBC5

Black with #3FCBC5

Text Example


Text Example

White with #3FCBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,203,197); }

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

background-color css

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

 a { background-color: rgb(63,203,197); }

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

border-color css

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

 span { border-color: rgb(63,203,197); }

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