Html Css Color HEX #3BCCBF Medium Turquoise

📋 copy color: '#3BCCBF'

red 59 ◦ green 204 ◦ blue 191

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

Shades of Medium Turquoise #3BCCBF

Tints of Medium Turquoise #3BCCBF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.93%

 BLUE value IS 191 (75% from 255) = 42.07%

R = 13%
G = 44.93%
B = 42.07%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#3BCCBF (or 0x3BCCBF) is known color: Medium Turquoise. HEX triplet: 3B, CC and BF. RGB value is (59,204,191). Sum of RGB (Red+Green+Blue) = 59+204+191=454 (60% of max value = 765). Red value is 59 (23.44% from 255 or 13.00% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 204 - color contains mainly: green. Hex color #3BCCBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCCBF is #C43340. Grayscale: #9F9F9F. Windows color (decimal): -12858177 or 12569659. OLE color: 12569659.

HSL color Cylindrical-coordinate representation of color #3BCCBF: hue angle of 174.62º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCCBF is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB 59 204 191 -
CMYK 0.71 0 0.06 0.2
HSL 174.62º 0.59% 0.52% -
HSV(B) 174.62º 0.71% 0.8% -
XYZ 32.8 47.88 56.8 -
YUV 159.16 145.96 56.56 -
System Red Green Blue C M Y K H S L
Decimal 59 204 191 0.71 0 0.06 0.2 174.62 0.59 0.52
Hex 3B CC BF 47 0 6 14 AF 3B 34
Octal 73 314 277 107 0 6 24 257 73 64
Binary 111011 11001100 10111111 1000111 0 110 10100 10101111 111011 110100

Color Harmonies of #3BCCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCCBF

Black with #3BCCBF

Text Example


Text Example

White with #3BCCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,204,191); }

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

background-color css

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

 a { background-color: rgb(59,204,191); }

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

border-color css

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

 span { border-color: rgb(59,204,191); }

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