Html Css Color HEX #3FCBC1 Medium Turquoise

📋 copy color: '#3FCBC1'

red 63 ◦ green 203 ◦ blue 193

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

Shades of Medium Turquoise #3FCBC1

Tints of Medium Turquoise #3FCBC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.05%

R = 13.73%
G = 44.23%
B = 42.05%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#3FCBC1 (or 0x3FCBC1) is known color: Medium Turquoise. HEX triplet: 3F, CB and C1. RGB value is (63,203,193). Sum of RGB (Red+Green+Blue) = 63+203+193=459 (60% of max value = 765). Red value is 63 (25% from 255 or 13.73% from 459); Green value is 203 (79.69% from 255 or 44.23% from 459); Blue value is 193 (75.78% from 255 or 42.05% from 459); Max value from RGB is 203 - color contains mainly: green. Hex color #3FCBC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCBC1 is #C0343E. Grayscale: #9F9F9F. Windows color (decimal): -12596287 or 12700479. OLE color: 12700479.

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

Color convert

RGB 63 203 193 -
CMYK 0.69 0 0.05 0.20
HSL 175.71º 0.57% 0.52% -
HSV(B) 175.71º 0.69% 0.8% -
XYZ 33.03 47.62 57.9 -
YUV 160 146.62 58.81 -
System Red Green Blue C M Y K H S L
Decimal 63 203 193 0.69 0 0.05 0.20 175.71 0.57 0.52
Hex 3F CB C1 45 0 5 14 B0 39 34
Octal 77 313 301 105 0 5 24 260 71 64
Binary 111111 11001011 11000001 1000101 0 101 10100 10110000 111001 110100

Color Harmonies of #3FCBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCBC1

Black with #3FCBC1

Text Example


Text Example

White with #3FCBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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