Html Css Color HEX #3DCACB Medium Turquoise

📋 copy color: '#3DCACB'

red 61 ◦ green 202 ◦ blue 203

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

Shades of Medium Turquoise #3DCACB

Tints of Medium Turquoise #3DCACB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.35%

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

R = 13.09%
G = 43.35%
B = 43.56%

CMYK

 C value IS 0.70

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3DCACB (or 0x3DCACB) is known color: Medium Turquoise. HEX triplet: 3D, CA and CB. RGB value is (61,202,203). Sum of RGB (Red+Green+Blue) = 61+202+203=466 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.09% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #3DCACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCACB is #C23534. Grayscale: #9F9F9F. Windows color (decimal): -12727605 or 13355581. OLE color: 13355581.

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

Color convert

RGB 61 202 203 -
CMYK 0.70 0.00 0 0.20
HSL 180.42º 0.58% 0.52% -
HSV(B) 180.42º 0.7% 0.8% -
XYZ 33.82 47.54 63.89 -
YUV 159.96 152.29 57.42 -
System Red Green Blue C M Y K H S L
Decimal 61 202 203 0.70 0.00 0 0.20 180.42 0.58 0.52
Hex 3D CA CB 46 0 0 14 B4 3A 34
Octal 75 312 313 106 0 0 24 264 72 64
Binary 111101 11001010 11001011 1000110 0 0 10100 10110100 111010 110100

Color Harmonies of #3DCACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCACB

Black with #3DCACB

Text Example


Text Example

White with #3DCACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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