Html Css Color HEX #3BCFCA Medium Turquoise

📋 copy color: '#3BCFCA'

red 59 ◦ green 207 ◦ blue 202

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

Shades of Medium Turquoise #3BCFCA

Tints of Medium Turquoise #3BCFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.16%

R = 12.61%
G = 44.23%
B = 43.16%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#3BCFCA (or 0x3BCFCA) is known color: Medium Turquoise. HEX triplet: 3B, CF and CA. RGB value is (59,207,202). Sum of RGB (Red+Green+Blue) = 59+207+202=468 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.61% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 207 - color contains mainly: green. Hex color #3BCFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCFCA is #C43035. Grayscale: #A2A2A2. Windows color (decimal): -12857398 or 13291323. OLE color: 13291323.

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

Color convert

RGB 59 207 202 -
CMYK 0.71 0 0.02 0.19
HSL 177.97º 0.61% 0.52% -
HSV(B) 177.97º 0.71% 0.81% -
XYZ 34.78 49.82 63.66 -
YUV 162.18 150.47 54.41 -
System Red Green Blue C M Y K H S L
Decimal 59 207 202 0.71 0 0.02 0.19 177.97 0.61 0.52
Hex 3B CF CA 47 0 2 13 B2 3D 34
Octal 73 317 312 107 0 2 23 262 75 64
Binary 111011 11001111 11001010 1000111 0 10 10011 10110010 111101 110100

Color Harmonies of #3BCFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCFCA

Black with #3BCFCA

Text Example


Text Example

White with #3BCFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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