Html Css Color HEX #3CCDBB Medium Turquoise

📋 copy color: '#3CCDBB'

red 60 ◦ green 205 ◦ blue 187

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

Shades of Medium Turquoise #3CCDBB

Tints of Medium Turquoise #3CCDBB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.35%

 BLUE value IS 187 (73.44% from 255) = 41.37%

R = 13.27%
G = 45.35%
B = 41.37%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#3CCDBB (or 0x3CCDBB) is known color: Medium Turquoise. HEX triplet: 3C, CD and BB. RGB value is (60,205,187). Sum of RGB (Red+Green+Blue) = 60+205+187=452 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.27% from 452); Green value is 205 (80.47% from 255 or 45.35% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 205 - color contains mainly: green. Hex color #3CCDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCDBB is #C33244. Grayscale: #9F9F9F. Windows color (decimal): -12792389 or 12307772. OLE color: 12307772.

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

Color convert

RGB 60 205 187 -
CMYK 0.71 0 0.09 0.20
HSL 172.55º 0.59% 0.52% -
HSV(B) 172.55º 0.71% 0.8% -
XYZ 32.66 48.21 54.6 -
YUV 159.59 143.46 56.96 -
System Red Green Blue C M Y K H S L
Decimal 60 205 187 0.71 0 0.09 0.20 172.55 0.59 0.52
Hex 3C CD BB 47 0 9 14 AD 3B 34
Octal 74 315 273 107 0 11 24 255 73 64
Binary 111100 11001101 10111011 1000111 0 1001 10100 10101101 111011 110100

Color Harmonies of #3CCDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCDBB

Black with #3CCDBB

Text Example


Text Example

White with #3CCDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,205,187); }

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

background-color css

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

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

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

border-color css

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

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

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