Html Css Color HEX #3BCFC4 Medium Turquoise

📋 copy color: '#3BCFC4'

red 59 ◦ green 207 ◦ blue 196

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

Shades of Medium Turquoise #3BCFC4

Tints of Medium Turquoise #3BCFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 42.42%

R = 12.77%
G = 44.81%
B = 42.42%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#3BCFC4 (or 0x3BCFC4) is known color: Medium Turquoise. HEX triplet: 3B, CF and C4. RGB value is (59,207,196). Sum of RGB (Red+Green+Blue) = 59+207+196=462 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.77% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 196 (76.95% from 255 or 42.42% from 462); Max value from RGB is 207 - color contains mainly: green. Hex color #3BCFC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCFC4 is #C4303B. Grayscale: #A1A1A1. Windows color (decimal): -12857404 or 12898107. OLE color: 12898107.

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

Color convert

RGB 59 207 196 -
CMYK 0.71 0 0.05 0.19
HSL 175.54º 0.61% 0.52% -
HSV(B) 175.54º 0.71% 0.81% -
XYZ 34.08 49.54 59.99 -
YUV 161.49 147.47 54.89 -
System Red Green Blue C M Y K H S L
Decimal 59 207 196 0.71 0 0.05 0.19 175.54 0.61 0.52
Hex 3B CF C4 47 0 5 13 B0 3D 34
Octal 73 317 304 107 0 5 23 260 75 64
Binary 111011 11001111 11000100 1000111 0 101 10011 10110000 111101 110100

Color Harmonies of #3BCFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCFC4

Black with #3BCFC4

Text Example


Text Example

White with #3BCFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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