Html Css Color HEX #3BCAC7 Medium Turquoise

📋 copy color: '#3BCAC7'

red 59 ◦ green 202 ◦ blue 199

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

Shades of Medium Turquoise #3BCAC7

Tints of Medium Turquoise #3BCAC7

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.91%

 BLUE value IS 199 (78.13% from 255) = 43.26%

R = 12.83%
G = 43.91%
B = 43.26%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#3BCAC7 (or 0x3BCAC7) is known color: Medium Turquoise. HEX triplet: 3B, CA and C7. RGB value is (59,202,199). Sum of RGB (Red+Green+Blue) = 59+202+199=460 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.83% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 199 (78.12% from 255 or 43.26% from 460); Max value from RGB is 202 - color contains mainly: green. Hex color #3BCAC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCAC7 is #C43538. Grayscale: #9E9E9E. Windows color (decimal): -12858681 or 13093435. OLE color: 13093435.

HSL color Cylindrical-coordinate representation of color #3BCAC7: hue angle of 178.74º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCAC7 is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB 59 202 199 -
CMYK 0.71 0 0.01 0.21
HSL 178.74º 0.57% 0.51% -
HSV(B) 178.74º 0.71% 0.79% -
XYZ 33.23 47.29 61.41 -
YUV 158.9 150.62 56.74 -
System Red Green Blue C M Y K H S L
Decimal 59 202 199 0.71 0 0.01 0.21 178.74 0.57 0.51
Hex 3B CA C7 47 0 1 15 B3 39 33
Octal 73 312 307 107 0 1 25 263 71 63
Binary 111011 11001010 11000111 1000111 0 1 10101 10110011 111001 110011

Color Harmonies of #3BCAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCAC7

Black with #3BCAC7

Text Example


Text Example

White with #3BCAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,202,199); }

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

background-color css

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

 a { background-color: rgb(59,202,199); }

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

border-color css

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

 span { border-color: rgb(59,202,199); }

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