Html Css Color HEX #3BD1CF Medium Turquoise

📋 copy color: '#3BD1CF'

red 59 ◦ green 209 ◦ blue 207

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

Shades of Medium Turquoise #3BD1CF

Tints of Medium Turquoise #3BD1CF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44%

 BLUE value IS 207 (81.25% from 255) = 43.58%

R = 12.42%
G = 44%
B = 43.58%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#3BD1CF (or 0x3BD1CF) is known color: Medium Turquoise. HEX triplet: 3B, D1 and CF. RGB value is (59,209,207). Sum of RGB (Red+Green+Blue) = 59+209+207=475 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.42% from 475); Green value is 209 (82.03% from 255 or 44% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 209 - color contains mainly: green. Hex color #3BD1CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD1CF is #C42E30. Grayscale: #A3A3A3. Windows color (decimal): -12856881 or 13619515. OLE color: 13619515.

HSL color Cylindrical-coordinate representation of color #3BD1CF: hue angle of 179.2º degrees, saturation: 0.62, 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 #3BD1CF is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 59 209 207 -
CMYK 0.72 0 0.01 0.18
HSL 179.2º 0.62% 0.53% -
HSV(B) 179.2º 0.72% 0.82% -
XYZ 35.87 51.04 66.99 -
YUV 163.92 152.31 53.16 -
System Red Green Blue C M Y K H S L
Decimal 59 209 207 0.72 0 0.01 0.18 179.2 0.62 0.53
Hex 3B D1 CF 48 0 1 12 B3 3E 35
Octal 73 321 317 110 0 1 22 263 76 65
Binary 111011 11010001 11001111 1001000 0 1 10010 10110011 111110 110101

Color Harmonies of #3BD1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD1CF

Black with #3BD1CF

Text Example


Text Example

White with #3BD1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,209,207); }

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

background-color css

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

 a { background-color: rgb(59,209,207); }

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

border-color css

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

 span { border-color: rgb(59,209,207); }

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