Html Css Color HEX #3BC9CB Medium Turquoise

📋 copy color: '#3BC9CB'

red 59 ◦ green 201 ◦ blue 203

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

Shades of Medium Turquoise #3BC9CB

Tints of Medium Turquoise #3BC9CB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.41%

 BLUE value IS 203 (79.69% from 255) = 43.84%

R = 12.74%
G = 43.41%
B = 43.84%

CMYK

 C value IS 0.71

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3BC9CB (or 0x3BC9CB) is known color: Medium Turquoise. HEX triplet: 3B, C9 and CB. RGB value is (59,201,203). Sum of RGB (Red+Green+Blue) = 59+201+203=463 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.74% from 463); Green value is 201 (78.91% from 255 or 43.41% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #3BC9CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC9CB is #C43634. Grayscale: #9E9E9E. Windows color (decimal): -12858933 or 13355323. OLE color: 13355323.

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

Color convert

RGB 59 201 203 -
CMYK 0.71 0.01 0 0.20
HSL 180.83º 0.58% 0.51% -
HSV(B) 180.83º 0.71% 0.8% -
XYZ 33.47 47.01 63.81 -
YUV 158.77 152.96 56.84 -
System Red Green Blue C M Y K H S L
Decimal 59 201 203 0.71 0.01 0 0.20 180.83 0.58 0.51
Hex 3B C9 CB 47 1 0 14 B5 3A 33
Octal 73 311 313 107 1 0 24 265 72 63
Binary 111011 11001001 11001011 1000111 1 0 10100 10110101 111010 110011

Color Harmonies of #3BC9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC9CB

Black with #3BC9CB

Text Example


Text Example

White with #3BC9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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