Html Css Color HEX #3DCBBC Medium Turquoise

📋 copy color: '#3DCBBC'

red 61 ◦ green 203 ◦ blue 188

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

Shades of Medium Turquoise #3DCBBC

Tints of Medium Turquoise #3DCBBC

RGB

 RED value IS 61 (24.22% from 255) = 13.5%

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

 BLUE value IS 188 (73.83% from 255) = 41.59%

R = 13.5%
G = 44.91%
B = 41.59%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#3DCBBC (or 0x3DCBBC) is known color: Medium Turquoise. HEX triplet: 3D, CB and BC. RGB value is (61,203,188). Sum of RGB (Red+Green+Blue) = 61+203+188=452 (59% of max value = 765). Red value is 61 (24.22% from 255 or 13.50% from 452); Green value is 203 (79.69% from 255 or 44.91% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 203 - color contains mainly: green. Hex color #3DCBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCBBC is #C23443. Grayscale: #9E9E9E. Windows color (decimal): -12727364 or 12372797. OLE color: 12372797.

HSL color Cylindrical-coordinate representation of color #3DCBBC: hue angle of 173.66º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCBBC is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 61 203 188 -
CMYK 0.70 0 0.07 0.20
HSL 173.66º 0.58% 0.52% -
HSV(B) 173.66º 0.7% 0.8% -
XYZ 32.36 47.33 55.01 -
YUV 158.83 144.46 58.22 -
System Red Green Blue C M Y K H S L
Decimal 61 203 188 0.70 0 0.07 0.20 173.66 0.58 0.52
Hex 3D CB BC 46 0 7 14 AE 3A 34
Octal 75 313 274 106 0 7 24 256 72 64
Binary 111101 11001011 10111100 1000110 0 111 10100 10101110 111010 110100

Color Harmonies of #3DCBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCBBC

Black with #3DCBBC

Text Example


Text Example

White with #3DCBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,203,188); }

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

background-color css

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

 a { background-color: rgb(61,203,188); }

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

border-color css

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

 span { border-color: rgb(61,203,188); }

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