Html Css Color HEX #3BCFC1 Medium Turquoise

📋 copy color: '#3BCFC1'

red 59 ◦ green 207 ◦ blue 193

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

Shades of Medium Turquoise #3BCFC1

Tints of Medium Turquoise #3BCFC1

RGB

 RED value IS 59 (23.44% from 255) = 12.85%

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

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

R = 12.85%
G = 45.1%
B = 42.05%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#3BCFC1 (or 0x3BCFC1) is known color: Medium Turquoise. HEX triplet: 3B, CF and C1. RGB value is (59,207,193). Sum of RGB (Red+Green+Blue) = 59+207+193=459 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.85% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 193 (75.78% from 255 or 42.05% from 459); Max value from RGB is 207 - color contains mainly: green. Hex color #3BCFC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCFC1 is #C4303E. Grayscale: #A1A1A1. Windows color (decimal): -12857407 or 12701499. OLE color: 12701499.

HSL color Cylindrical-coordinate representation of color #3BCFC1: hue angle of 174.32º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCFC1 is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 59 207 193 -
CMYK 0.71 0 0.07 0.19
HSL 174.32º 0.61% 0.52% -
HSV(B) 174.32º 0.71% 0.81% -
XYZ 33.74 49.41 58.21 -
YUV 161.15 145.97 55.14 -
System Red Green Blue C M Y K H S L
Decimal 59 207 193 0.71 0 0.07 0.19 174.32 0.61 0.52
Hex 3B CF C1 47 0 7 13 AE 3D 34
Octal 73 317 301 107 0 7 23 256 75 64
Binary 111011 11001111 11000001 1000111 0 111 10011 10101110 111101 110100

Color Harmonies of #3BCFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCFC1

Black with #3BCFC1

Text Example


Text Example

White with #3BCFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,207,193); }

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

background-color css

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

 a { background-color: rgb(59,207,193); }

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

border-color css

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

 span { border-color: rgb(59,207,193); }

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