Html Css Color HEX #3BD0CB Medium Turquoise

📋 copy color: '#3BD0CB'

red 59 ◦ green 208 ◦ blue 203

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

Shades of Medium Turquoise #3BD0CB

Tints of Medium Turquoise #3BD0CB

RGB

 RED value IS 59 (23.44% from 255) = 12.55%

 GREEN value IS 208 (81.64% from 255) = 44.26%

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

R = 12.55%
G = 44.26%
B = 43.19%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#3BD0CB (or 0x3BD0CB) is known color: Medium Turquoise. HEX triplet: 3B, D0 and CB. RGB value is (59,208,203). Sum of RGB (Red+Green+Blue) = 59+208+203=470 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.55% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 208 - color contains mainly: green. Hex color #3BD0CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD0CB is #C42F34. Grayscale: #A2A2A2. Windows color (decimal): -12857141 or 13357115. OLE color: 13357115.

HSL color Cylindrical-coordinate representation of color #3BD0CB: hue angle of 177.99º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD0CB is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 59 208 203 -
CMYK 0.72 0 0.02 0.18
HSL 177.99º 0.61% 0.52% -
HSV(B) 177.99º 0.72% 0.82% -
XYZ 35.14 50.35 64.37 -
YUV 162.88 150.64 53.91 -
System Red Green Blue C M Y K H S L
Decimal 59 208 203 0.72 0 0.02 0.18 177.99 0.61 0.52
Hex 3B D0 CB 48 0 2 12 B2 3D 34
Octal 73 320 313 110 0 2 22 262 75 64
Binary 111011 11010000 11001011 1001000 0 10 10010 10110010 111101 110100

Color Harmonies of #3BD0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD0CB

Black with #3BD0CB

Text Example


Text Example

White with #3BD0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,208,203); }

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

background-color css

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

 a { background-color: rgb(59,208,203); }

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

border-color css

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

 span { border-color: rgb(59,208,203); }

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