Html Css Color HEX #3BCFCF Medium Turquoise

📋 copy color: '#3BCFCF'

red 59 ◦ green 207 ◦ blue 207

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

Shades of Medium Turquoise #3BCFCF

Tints of Medium Turquoise #3BCFCF

RGB

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

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

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

R = 12.47%
G = 43.76%
B = 43.76%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3BCFCF (or 0x3BCFCF) is known color: Medium Turquoise. HEX triplet: 3B, CF and CF. RGB value is (59,207,207). Sum of RGB (Red+Green+Blue) = 59+207+207=473 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.47% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #3BCFCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCFCF is #C43030. Grayscale: #A2A2A2. Windows color (decimal): -12857393 or 13619003. OLE color: 13619003.

HSL color Cylindrical-coordinate representation of color #3BCFCF: hue angle of 180º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCFCF is Cyan = 0.71, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 59 207 207 -
CMYK 0.71 0 0 0.19
HSL 180º 0.61% 0.52% -
HSV(B) 180º 0.71% 0.81% -
XYZ 35.38 50.06 66.83 -
YUV 162.75 152.97 54 -
System Red Green Blue C M Y K H S L
Decimal 59 207 207 0.71 0 0 0.19 180 0.61 0.52
Hex 3B CF CF 47 0 0 13 B4 3D 34
Octal 73 317 317 107 0 0 23 264 75 64
Binary 111011 11001111 11001111 1000111 0 0 10011 10110100 111101 110100

Color Harmonies of #3BCFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCFCF

Black with #3BCFCF

Text Example


Text Example

White with #3BCFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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