Html Css Color HEX #3CBDBD Medium Turquoise

📋 copy color: '#3CBDBD'

red 60 ◦ green 189 ◦ blue 189

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

Shades of Medium Turquoise #3CBDBD

Tints of Medium Turquoise #3CBDBD

RGB

 RED value IS 60 (23.83% from 255) = 13.7%

 GREEN value IS 189 (74.22% from 255) = 43.15%

 BLUE value IS 189 (74.22% from 255) = 43.15%

R = 13.7%
G = 43.15%
B = 43.15%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3CBDBD (or 0x3CBDBD) is known color: Medium Turquoise. HEX triplet: 3C, BD and BD. RGB value is (60,189,189). Sum of RGB (Red+Green+Blue) = 60+189+189=438 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.70% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #3CBDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBDBD is #C34242. Grayscale: #969696. Windows color (decimal): -12796483 or 12434748. OLE color: 12434748.

HSL color Cylindrical-coordinate representation of color #3CBDBD: hue angle of 180º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBDBD is Cyan = 0.68, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 60 189 189 -
CMYK 0.68 0 0 0.26
HSL 180º 0.52% 0.49% -
HSV(B) 180º 0.68% 0.74% -
XYZ 29.25 41.03 54.52 -
YUV 150.43 149.76 63.5 -
System Red Green Blue C M Y K H S L
Decimal 60 189 189 0.68 0 0 0.26 180 0.52 0.49
Hex 3C BD BD 44 0 0 1A B4 34 31
Octal 74 275 275 104 0 0 32 264 64 61
Binary 111100 10111101 10111101 1000100 0 0 11010 10110100 110100 110001

Color Harmonies of #3CBDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBDBD

Black with #3CBDBD

Text Example


Text Example

White with #3CBDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,189,189); }

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

background-color css

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

 a { background-color: rgb(60,189,189); }

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

border-color css

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

 span { border-color: rgb(60,189,189); }

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