Html Css Color HEX #3BCFCD Medium Turquoise

📋 copy color: '#3BCFCD'

red 59 ◦ green 207 ◦ blue 205

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

Shades of Medium Turquoise #3BCFCD

Tints of Medium Turquoise #3BCFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.52%

R = 12.53%
G = 43.95%
B = 43.52%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#3BCFCD (or 0x3BCFCD) is known color: Medium Turquoise. HEX triplet: 3B, CF and CD. RGB value is (59,207,205). Sum of RGB (Red+Green+Blue) = 59+207+205=471 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.53% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #3BCFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCFCD is #C43032. Grayscale: #A2A2A2. Windows color (decimal): -12857395 or 13487931. OLE color: 13487931.

HSL color Cylindrical-coordinate representation of color #3BCFCD: hue angle of 179.19º 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 #3BCFCD is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 59 207 205 -
CMYK 0.71 0 0.01 0.19
HSL 179.19º 0.61% 0.52% -
HSV(B) 179.19º 0.71% 0.81% -
XYZ 35.14 49.96 65.55 -
YUV 162.52 151.97 54.16 -
System Red Green Blue C M Y K H S L
Decimal 59 207 205 0.71 0 0.01 0.19 179.19 0.61 0.52
Hex 3B CF CD 47 0 1 13 B3 3D 34
Octal 73 317 315 107 0 1 23 263 75 64
Binary 111011 11001111 11001101 1000111 0 1 10011 10110011 111101 110100

Color Harmonies of #3BCFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCFCD

Black with #3BCFCD

Text Example


Text Example

White with #3BCFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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