Html Css Color HEX #3BD3CF Medium Turquoise

📋 copy color: '#3BD3CF'

red 59 ◦ green 211 ◦ blue 207

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

Shades of Medium Turquoise #3BD3CF

Tints of Medium Turquoise #3BD3CF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.23%

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

R = 12.37%
G = 44.23%
B = 43.4%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#3BD3CF (or 0x3BD3CF) is known color: Medium Turquoise. HEX triplet: 3B, D3 and CF. RGB value is (59,211,207). Sum of RGB (Red+Green+Blue) = 59+211+207=477 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.37% from 477); Green value is 211 (82.81% from 255 or 44.23% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 211 - color contains mainly: green. Hex color #3BD3CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD3CF is #C42C30. Grayscale: #A4A4A4. Windows color (decimal): -12856369 or 13620027. OLE color: 13620027.

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

Color convert

RGB 59 211 207 -
CMYK 0.72 0 0.02 0.17
HSL 178.42º 0.63% 0.53% -
HSV(B) 178.42º 0.72% 0.83% -
XYZ 36.36 52.02 67.16 -
YUV 165.1 151.64 52.33 -
System Red Green Blue C M Y K H S L
Decimal 59 211 207 0.72 0 0.02 0.17 178.42 0.63 0.53
Hex 3B D3 CF 48 0 2 11 B2 3F 35
Octal 73 323 317 110 0 2 21 262 77 65
Binary 111011 11010011 11001111 1001000 0 10 10001 10110010 111111 110101

Color Harmonies of #3BD3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD3CF

Black with #3BD3CF

Text Example


Text Example

White with #3BD3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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