Html Css Color HEX #3FC0CA Medium Turquoise

📋 copy color: '#3FC0CA'

red 63 ◦ green 192 ◦ blue 202

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

Shades of Medium Turquoise #3FC0CA

Tints of Medium Turquoise #3FC0CA

RGB

 RED value IS 63 (25% from 255) = 13.79%

 GREEN value IS 192 (75.39% from 255) = 42.01%

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

R = 13.79%
G = 42.01%
B = 44.2%

CMYK

 C value IS 0.69

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3FC0CA (or 0x3FC0CA) is known color: Medium Turquoise. HEX triplet: 3F, C0 and CA. RGB value is (63,192,202). Sum of RGB (Red+Green+Blue) = 63+192+202=457 (60% of max value = 765). Red value is 63 (25% from 255 or 13.79% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #3FC0CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FC0CA is #C03F35. Grayscale: #9A9A9A. Windows color (decimal): -12599094 or 13287487. OLE color: 13287487.

HSL color Cylindrical-coordinate representation of color #3FC0CA: hue angle of 184.32º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FC0CA is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 63 192 202 -
CMYK 0.69 0.05 0 0.21
HSL 184.32º 0.57% 0.52% -
HSV(B) 184.32º 0.69% 0.79% -
XYZ 31.56 43.02 62.52 -
YUV 154.57 154.76 62.69 -
System Red Green Blue C M Y K H S L
Decimal 63 192 202 0.69 0.05 0 0.21 184.32 0.57 0.52
Hex 3F C0 CA 45 5 0 15 B8 39 34
Octal 77 300 312 105 5 0 25 270 71 64
Binary 111111 11000000 11001010 1000101 101 0 10101 10111000 111001 110100

Color Harmonies of #3FC0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FC0CA

Black with #3FC0CA

Text Example


Text Example

White with #3FC0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,192,202); }

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

background-color css

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

 a { background-color: rgb(63,192,202); }

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

border-color css

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

 span { border-color: rgb(63,192,202); }

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