Html Css Color HEX #3BCFD7 Medium Turquoise

📋 copy color: '#3BCFD7'

red 59 ◦ green 207 ◦ blue 215

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

Shades of Medium Turquoise #3BCFD7

Tints of Medium Turquoise #3BCFD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.7%

R = 12.27%
G = 43.04%
B = 44.7%

CMYK

 C value IS 0.73

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3BCFD7 (or 0x3BCFD7) is known color: Medium Turquoise. HEX triplet: 3B, CF and D7. RGB value is (59,207,215). Sum of RGB (Red+Green+Blue) = 59+207+215=481 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.27% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 215 (84.38% from 255 or 44.70% from 481); Max value from RGB is 215 - color contains mainly: blue. Hex color #3BCFD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCFD7 is #C43028. Grayscale: #A3A3A3. Windows color (decimal): -12857385 or 14143291. OLE color: 14143291.

HSL color Cylindrical-coordinate representation of color #3BCFD7: hue angle of 183.08º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BCFD7 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 59 207 215 -
CMYK 0.73 0.04 0 0.16
HSL 183.08º 0.66% 0.54% -
HSV(B) 183.08º 0.73% 0.84% -
XYZ 36.38 50.46 72.11 -
YUV 163.66 156.97 53.35 -
System Red Green Blue C M Y K H S L
Decimal 59 207 215 0.73 0.04 0 0.16 183.08 0.66 0.54
Hex 3B CF D7 49 4 0 10 B7 42 36
Octal 73 317 327 111 4 0 20 267 102 66
Binary 111011 11001111 11010111 1001001 100 0 10000 10110111 1000010 110110

Color Harmonies of #3BCFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCFD7

Black with #3BCFD7

Text Example


Text Example

White with #3BCFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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