Html Css Color HEX #3FFACC Turquoise

📋 copy color: '#3FFACC'

red 63 ◦ green 250 ◦ blue 204

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

Shades of Turquoise #3FFACC

Tints of Turquoise #3FFACC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 48.36%

 BLUE value IS 204 (80.08% from 255) = 39.46%

R = 12.19%
G = 48.36%
B = 39.46%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#3FFACC (or 0x3FFACC) is known color: Turquoise. HEX triplet: 3F, FA and CC. RGB value is (63,250,204). Sum of RGB (Red+Green+Blue) = 63+250+204=517 (68% of max value = 765). Red value is 63 (25% from 255 or 12.19% from 517); Green value is 250 (98.05% from 255 or 48.36% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFACC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFACC is #C00533. Grayscale: #BCBCBC. Windows color (decimal): -12584244 or 13433407. OLE color: 13433407.

HSL color Cylindrical-coordinate representation of color #3FFACC: hue angle of 165.24º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFACC is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 63 250 204 -
CMYK 0.75 0 0.18 0.02
HSL 165.24º 0.95% 0.61% -
HSV(B) 165.24º 0.75% 0.98% -
XYZ 47.13 73.79 68.88 -
YUV 188.84 136.55 38.24 -
System Red Green Blue C M Y K H S L
Decimal 63 250 204 0.75 0 0.18 0.02 165.24 0.95 0.61
Hex 3F FA CC 4B 0 12 2 A5 5F 3D
Octal 77 372 314 113 0 22 2 245 137 75
Binary 111111 11111010 11001100 1001011 0 10010 10 10100101 1011111 111101

Color Harmonies of #3FFACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFACC

Black with #3FFACC

Text Example


Text Example

White with #3FFACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,250,204); }

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

background-color css

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

 a { background-color: rgb(63,250,204); }

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

border-color css

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

 span { border-color: rgb(63,250,204); }

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