Html Css Color HEX #3BCBBF Medium Turquoise

📋 copy color: '#3BCBBF'

red 59 ◦ green 203 ◦ blue 191

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

Shades of Medium Turquoise #3BCBBF

Tints of Medium Turquoise #3BCBBF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.81%

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

R = 13.02%
G = 44.81%
B = 42.16%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#3BCBBF (or 0x3BCBBF) is known color: Medium Turquoise. HEX triplet: 3B, CB and BF. RGB value is (59,203,191). Sum of RGB (Red+Green+Blue) = 59+203+191=453 (60% of max value = 765). Red value is 59 (23.44% from 255 or 13.02% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 203 - color contains mainly: green. Hex color #3BCBBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCBBF is #C43440. Grayscale: #9E9E9E. Windows color (decimal): -12858433 or 12569403. OLE color: 12569403.

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

Color convert

RGB 59 203 191 -
CMYK 0.71 0 0.06 0.20
HSL 175º 0.58% 0.51% -
HSV(B) 175º 0.71% 0.8% -
XYZ 32.56 47.4 56.72 -
YUV 158.58 146.29 56.98 -
System Red Green Blue C M Y K H S L
Decimal 59 203 191 0.71 0 0.06 0.20 175 0.58 0.51
Hex 3B CB BF 47 0 6 14 AF 3A 33
Octal 73 313 277 107 0 6 24 257 72 63
Binary 111011 11001011 10111111 1000111 0 110 10100 10101111 111010 110011

Color Harmonies of #3BCBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCBBF

Black with #3BCBBF

Text Example


Text Example

White with #3BCBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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