Html Css Color HEX #3BCFDC Medium Turquoise

📋 copy color: '#3BCFDC'

red 59 ◦ green 207 ◦ blue 220

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

Shades of Medium Turquoise #3BCFDC

Tints of Medium Turquoise #3BCFDC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.59%

 BLUE value IS 220 (86.33% from 255) = 45.27%

R = 12.14%
G = 42.59%
B = 45.27%

CMYK

 C value IS 0.73

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3BCFDC (or 0x3BCFDC) is known color: Medium Turquoise. HEX triplet: 3B, CF and DC. RGB value is (59,207,220). Sum of RGB (Red+Green+Blue) = 59+207+220=486 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.14% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #3BCFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCFDC is #C43023. Grayscale: #A4A4A4. Windows color (decimal): -12857380 or 14470971. OLE color: 14470971.

HSL color Cylindrical-coordinate representation of color #3BCFDC: hue angle of 184.84º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BCFDC is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 59 207 220 -
CMYK 0.73 0.06 0 0.14
HSL 184.84º 0.7% 0.55% -
HSV(B) 184.84º 0.73% 0.86% -
XYZ 37.03 50.72 75.55 -
YUV 164.23 159.47 52.94 -
System Red Green Blue C M Y K H S L
Decimal 59 207 220 0.73 0.06 0 0.14 184.84 0.7 0.55
Hex 3B CF DC 49 6 0 E B9 46 37
Octal 73 317 334 111 6 0 16 271 106 67
Binary 111011 11001111 11011100 1001001 110 0 1110 10111001 1000110 110111

Color Harmonies of #3BCFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCFDC

Black with #3BCFDC

Text Example


Text Example

White with #3BCFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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