Html Css Color HEX #3BD2CE Medium Turquoise

📋 copy color: '#3BD2CE'

red 59 ◦ green 210 ◦ blue 206

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

Shades of Medium Turquoise #3BD2CE

Tints of Medium Turquoise #3BD2CE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.21%

 BLUE value IS 206 (80.86% from 255) = 43.37%

R = 12.42%
G = 44.21%
B = 43.37%

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

#3BD2CE (or 0x3BD2CE) is known color: Medium Turquoise. HEX triplet: 3B, D2 and CE. RGB value is (59,210,206). Sum of RGB (Red+Green+Blue) = 59+210+206=475 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.42% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 210 - color contains mainly: green. Hex color #3BD2CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD2CE is #C42D31. Grayscale: #A4A4A4. Windows color (decimal): -12856626 or 13554235. OLE color: 13554235.

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

Color convert

RGB 59 210 206 -
CMYK 0.72 0 0.02 0.18
HSL 178.41º 0.63% 0.53% -
HSV(B) 178.41º 0.72% 0.82% -
XYZ 35.99 51.48 66.43 -
YUV 164.4 151.47 52.83 -
System Red Green Blue C M Y K H S L
Decimal 59 210 206 0.72 0 0.02 0.18 178.41 0.63 0.53
Hex 3B D2 CE 48 0 2 12 B2 3F 35
Octal 73 322 316 110 0 2 22 262 77 65
Binary 111011 11010010 11001110 1001000 0 10 10010 10110010 111111 110101

Color Harmonies of #3BD2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD2CE

Black with #3BD2CE

Text Example


Text Example

White with #3BD2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,210,206); }

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

background-color css

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

 a { background-color: rgb(59,210,206); }

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

border-color css

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

 span { border-color: rgb(59,210,206); }

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