Html Css Color HEX #3BC4D0 Medium Turquoise

📋 copy color: '#3BC4D0'

red 59 ◦ green 196 ◦ blue 208

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

Shades of Medium Turquoise #3BC4D0

Tints of Medium Turquoise #3BC4D0

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.33%

 BLUE value IS 208 (81.64% from 255) = 44.92%

R = 12.74%
G = 42.33%
B = 44.92%

CMYK

 C value IS 0.72

 M value IS 0.06

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3BC4D0 (or 0x3BC4D0) is known color: Medium Turquoise. HEX triplet: 3B, C4 and D0. RGB value is (59,196,208). Sum of RGB (Red+Green+Blue) = 59+196+208=463 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.74% from 463); Green value is 196 (76.95% from 255 or 42.33% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 208 - color contains mainly: blue. Hex color #3BC4D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC4D0 is #C43B2F. Grayscale: #9C9C9C. Windows color (decimal): -12860208 or 13681723. OLE color: 13681723.

HSL color Cylindrical-coordinate representation of color #3BC4D0: hue angle of 184.83º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BC4D0 is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 59 196 208 -
CMYK 0.72 0.06 0 0.18
HSL 184.83º 0.61% 0.52% -
HSV(B) 184.83º 0.72% 0.82% -
XYZ 32.93 44.96 66.62 -
YUV 156.41 157.11 58.52 -
System Red Green Blue C M Y K H S L
Decimal 59 196 208 0.72 0.06 0 0.18 184.83 0.61 0.52
Hex 3B C4 D0 48 6 0 12 B9 3D 34
Octal 73 304 320 110 6 0 22 271 75 64
Binary 111011 11000100 11010000 1001000 110 0 10010 10111001 111101 110100

Color Harmonies of #3BC4D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC4D0

Black with #3BC4D0

Text Example


Text Example

White with #3BC4D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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