Html Css Color HEX #3DC8CB Medium Turquoise

📋 copy color: '#3DC8CB'

red 61 ◦ green 200 ◦ blue 203

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

Shades of Medium Turquoise #3DC8CB

Tints of Medium Turquoise #3DC8CB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.1%

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

R = 13.15%
G = 43.1%
B = 43.75%

CMYK

 C value IS 0.70

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3DC8CB (or 0x3DC8CB) is known color: Medium Turquoise. HEX triplet: 3D, C8 and CB. RGB value is (61,200,203). Sum of RGB (Red+Green+Blue) = 61+200+203=464 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.15% from 464); Green value is 200 (78.52% from 255 or 43.10% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #3DC8CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DC8CB is #C23734. Grayscale: #9E9E9E. Windows color (decimal): -12728117 or 13355069. OLE color: 13355069.

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

Color convert

RGB 61 200 203 -
CMYK 0.70 0.01 0 0.20
HSL 181.27º 0.58% 0.52% -
HSV(B) 181.27º 0.7% 0.8% -
XYZ 33.36 46.61 63.74 -
YUV 158.78 152.95 58.26 -
System Red Green Blue C M Y K H S L
Decimal 61 200 203 0.70 0.01 0 0.20 181.27 0.58 0.52
Hex 3D C8 CB 46 1 0 14 B5 3A 34
Octal 75 310 313 106 1 0 24 265 72 64
Binary 111101 11001000 11001011 1000110 1 0 10100 10110101 111010 110100

Color Harmonies of #3DC8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC8CB

Black with #3DC8CB

Text Example


Text Example

White with #3DC8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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